mirror of
https://github.com/fosrl/gerbil.git
synced 2025-12-05 19:16:19 -06:00
Mtu flag working
This commit is contained in:
@@ -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 "$@"
|
||||
Reference in New Issue
Block a user