chore: support running commands from a file (#341)

This commit is contained in:
Kyle Leonhard
2024-11-16 22:57:46 -08:00
committed by GitHub
parent ab698e59d8
commit 362a7f1677
4 changed files with 29 additions and 0 deletions

3
testdata/test.sh vendored Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
set -e
whoami