Files
S.P.L.U.R.T-Station-13/tools/HitboxExpander/hitbox_expander.sh
2021-01-31 10:47:25 +08:00

4 lines
83 B
Bash
Executable File

#!/bin/sh
set -e
exec "$(dirname "$0")/../bootstrap/python" -m HitboxExpander "$@"