1
0

Added syntax if nothing provided.

This commit is contained in:
2014-12-13 18:08:30 +01:00
parent c099d0bffd
commit 860493691d
+3
View File
@@ -1,4 +1,7 @@
#!/bin/sh #!/bin/sh
if [ "$1" == "" -or "$2" == "" ]; then
echo "Syntax: $0 URL OUTPUTFILE"
fi
VLC=/usr/bin/vlc VLC=/usr/bin/vlc