mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-07-20 21:02:25 +01: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 "$@"
|