Apparently I can just do that and not care.

This commit is contained in:
kat witch 2021-02-26 06:05:07 +00:00
parent 8741d0f704
commit bede674088
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

4
nyx
View file

@ -23,9 +23,7 @@ main() {
CMD=$1
shift
if [[ $CMD == "build" ]]; then
build "$@"
fi
"$CMD" "$@"
fi
}