capture args in shell script

This commit is contained in:
“ibrahim0814” 2019-08-06 14:20:18 -07:00
parent a96c599aa3
commit 6038a79ace
No known key found for this signature in database
GPG key ID: DBBD7CB06738E2BF

View file

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