Paul Campbell
be47ad0bab
All checks were successful
/ test (push) Successful in 5s
All existing uses will now need to explicitly include the leading `cargo` in their args.
5 lines
43 B
Bash
Executable file
5 lines
43 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
${INPUT_ARGS}
|