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] -k, keep the original ts file"
|
||||||
echo "[help] -q, disable output from ffmpeg (default: info)"
|
echo "[help] -q, disable output from ffmpeg (default: info)"
|
||||||
echo "[help] -p, custom path to scan recursively (default: $WORKPATH)"
|
echo "[help] -p, custom path to scan recursively (default: $WORKPATH)"
|
||||||
exit 0;;
|
exit 0 ;;
|
||||||
k)
|
k)
|
||||||
echo "[debug] keeping the original file"
|
echo "[debug] keeping the original file"
|
||||||
keepsource="1";;
|
keepsource="1" ;;
|
||||||
n)
|
n)
|
||||||
force="-n"
|
force="-n"
|
||||||
echo "[debug] not overwriting existing files " ;;
|
echo "[debug] not overwriting existing files " ;;
|
||||||
|
@ -138,7 +138,7 @@ if [[ "$filelist" ]]; then
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
echo "[info] no files found."
|
echo "[info] no files found."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
IFS=$SAVEIFS
|
IFS=$SAVEIFS
|
Loading…
Add table
Add a link
Reference in a new issue