Mtu flag working

This commit is contained in:
Owen Schwartz
2025-01-15 00:01:34 -05:00
parent fcb3b5de6a
commit fc451baa06

View File

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