Add UDK script that combines all parts of the UDK process
This commit is contained in:
9
scripts/udk-server.sh
Executable file
9
scripts/udk-server.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
while true
|
||||
do
|
||||
/opt/intel/udkdebugger/bin/udk-gdb-server
|
||||
sleep 10
|
||||
done
|
Reference in New Issue
Block a user