mirror of
https://github.com/fosrl/gerbil.git
synced 2026-02-07 21:46:40 +00:00
Mtu flag working
This commit is contained in:
@@ -4,11 +4,7 @@ set -e
|
|||||||
|
|
||||||
# first arg is `-f` or `--some-option`
|
# first arg is `-f` or `--some-option`
|
||||||
if [ "${1#-}" != "$1" ]; then
|
if [ "${1#-}" != "$1" ]; then
|
||||||
<<<<<<< HEAD
|
|
||||||
set -- gerbil "$@"
|
set -- gerbil "$@"
|
||||||
=======
|
|
||||||
set -- newt "$@"
|
|
||||||
>>>>>>> env-vars
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec "$@"
|
exec "$@"
|
||||||
Reference in New Issue
Block a user