Added syntax if nothing provided.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user