Files
oxkerclone/start_oxker.sh
T
2022-09-04 15:49:41 -04:00

7 lines
134 B
Bash
Executable File

#!/bin/sh
set -e
# No idea why this is sloving my issue, or even where the issue is originally coming from
sleep 1
exec ./oxker "$@"