Resolve SC2148: 'target shell is unknown'

https://github.com/koalaman/shellcheck/wiki/SC2148
This commit is contained in:
Dan Callahan
2015-11-02 17:16:38 -06:00
parent 279c49f084
commit e1b5b1aafc

View File

@@ -1 +1,2 @@
#!/usr/bin/env bash
set -e; sleep 5; output="$(curl -s -S $1)"; echo $output; test "$output" == "Hello World!"