Use bash, not dash.

This commit is contained in:
Markus Birth 2016-06-01 19:21:36 +02:00
parent 9ba5eec631
commit 6b222c986b

View File

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