Add UDK script that combines all parts of the UDK process

This commit is contained in:
Jeremy Soller
2019-06-07 09:15:21 -06:00
parent 5b03afabb2
commit ec048e775b
4 changed files with 46 additions and 0 deletions

9
scripts/udk-server.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -e
while true
do
/opt/intel/udkdebugger/bin/udk-gdb-server
sleep 10
done