capture args in shell script

This commit is contained in:
“ibrahim0814”
2019-08-06 14:20:18 -07:00
parent a96c599aa3
commit 6038a79ace

View File

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