change to second arg

This commit is contained in:
“ibrahim0814”
2019-08-06 15:05:12 -07:00
parent 6038a79ace
commit 2fc8549869

View File

@@ -1,9 +1,7 @@
#!/bin/bash
# Exit if any subcommand fails
set -eu
echo "hello $1"
echo "hello $2"
# execute codecov global
bash <(curl -s https://codecov.io/bash)
bash <(curl -s https://codecov.io/bash)