Cubyz/run_linux.sh
2025-02-23 15:53:28 +01:00

11 lines
196 B
Bash
Executable File

#!/bin/bash
cd "$(dirname "$0")"
./debug_linux.sh -Doptimize=ReleaseSafe "$@"
if [ ! $NO_PAUSE ]; then
echo "Press enter key to continue. (Or export NO_PAUSE=1 to skip this prompt.)"
read
fi