Added syntax if nothing provided.

This commit is contained in:
Markus Birth 2014-12-13 18:08:30 +01:00
parent c099d0bffd
commit 860493691d

View File

@ -1,4 +1,7 @@
#!/bin/sh
if [ "$1" == "" -or "$2" == "" ]; then
echo "Syntax: $0 URL OUTPUTFILE"
fi
VLC=/usr/bin/vlc