Remove debug from subtitles script. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 5ae34d71bcd1725a7d5539f13f6fb9b3dea77c37 | |
parent bf78035f40e705cf610220abd19772985ad58f46 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 19 Apr 2020 12:15:25 +0200 | |
Remove debug from subtitles script. | |
Diffstat: | |
M subtitle-paste | 2 -- | |
1 file changed, 0 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/subtitle-paste b/subtitle-paste | |
@@ -1,7 +1,5 @@ | |
#!/bin/sh | |
-set -x | |
- | |
export PATH="/home/annna/bin:$PATH" | |
if [ $# -lt 1 ]; |