Support running commands from a file

This commit is contained in:
Kyle Leonhard 2024-10-23 18:58:10 -07:00
parent 8b84eaec3a
commit 644b4b43b0
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