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 "$@"
|