remove stderr, stdout works

This commit is contained in:
GammaGames 2024-11-25 11:47:21 -07:00
parent 4819506395
commit bd67bfa881
5 changed files with 54 additions and 83 deletions

1
testdata/test.sh vendored
View file

@ -1,3 +1,4 @@
#!/usr/bin/env bash
set -e
echo "Hello, World!"
whoami