rust-action/entrypoint.sh

10 lines
87 B
Bash
Raw Normal View History

2019-01-25 22:47:25 +00:00
#!/bin/bash
set -e -u -o pipefail
cd $GITHUB_WORKSPACE
echo "Run: $*"
bash -c "$*"