Merge branch 'env-vars' into dev

This commit is contained in:
Owen Schwartz
2025-01-14 23:45:12 -05:00
2 changed files with 66 additions and 34 deletions

View File

@@ -4,7 +4,11 @@ set -e
# first arg is `-f` or `--some-option`
if [ "${1#-}" != "$1" ]; then
<<<<<<< HEAD
set -- gerbil "$@"
=======
set -- newt "$@"
>>>>>>> env-vars
fi
exec "$@"