mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-16 04:43:02 +00:00
4 lines
83 B
Bash
Executable File
4 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
exec "$(dirname "$0")/../bootstrap/python" -m HitboxExpander "$@"
|