beautification
This commit is contained in:
parent
1861518022
commit
7bb48886d8
1 changed files with 39 additions and 39 deletions
|
@ -79,10 +79,10 @@ while getopts d:p:fnhkq OPT; do
|
|||
echo "[help] -k, keep the original ts file"
|
||||
echo "[help] -q, disable output from ffmpeg (default: info)"
|
||||
echo "[help] -p, custom path to scan recursively (default: $WORKPATH)"
|
||||
exit 0;;
|
||||
exit 0 ;;
|
||||
k)
|
||||
echo "[debug] keeping the original file"
|
||||
keepsource="1";;
|
||||
keepsource="1" ;;
|
||||
n)
|
||||
force="-n"
|
||||
echo "[debug] not overwriting existing files " ;;
|
||||
|
@ -138,7 +138,7 @@ if [[ "$filelist" ]]; then
|
|||
fi
|
||||
done
|
||||
else
|
||||
echo "[info] no files found."
|
||||
echo "[info] no files found."
|
||||
fi
|
||||
|
||||
IFS=$SAVEIFS
|
Loading…
Add table
Add a link
Reference in a new issue