Files
codecov-action/entrypoint.sh
“ibrahim0814” 2fc8549869 change to second arg
2019-08-06 15:05:12 -07:00

7 lines
79 B
Bash

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