Files
codecov-action/entrypoint.sh
“ibrahim0814” b159731823 test another arg
2019-08-06 15:16:08 -07:00

7 lines
79 B
Bash

#!/bin/bash
set -eu
echo "hello $1"
bash <(curl -s https://codecov.io/bash)