Skip to content
Snippets Groups Projects
Commit 0ec88333 authored by David Rouquet's avatar David Rouquet
Browse files

extract mp3 fix

parent bfc4e208
No related branches found
No related tags found
1 merge request!4Main
...@@ -20,6 +20,8 @@ while [ -n "$1" ]; do ...@@ -20,6 +20,8 @@ while [ -n "$1" ]; do
shift shift
done done
echo $input_file
if [ -z "$input_file" ]; then if [ -z "$input_file" ]; then
echo "Usage: $0 [-y|--yes-overwrite] [-o|--output-dir <dir>] <file>" echo "Usage: $0 [-y|--yes-overwrite] [-o|--output-dir <dir>] <file>"
exit 1 exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment