rust/entrypoint.sh
Paul Campbell a5931336f2
Some checks failed
/ test (push) Failing after 3s
verify pwd and files in dir
2024-05-16 19:50:04 +01:00

7 lines
59 B
Bash
Executable file

#!/usr/bin/env bash
set -e
pwd
ls -l
cargo ${INPUT_ARGS}