aboutsummaryrefslogtreecommitdiff
path: root/run_client.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_client.sh')
-rwxr-xr-xrun_client.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/run_client.sh b/run_client.sh
new file mode 100755
index 0000000..5898f52
--- /dev/null
+++ b/run_client.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+cd ./data/fscord
+if [ "$1" = "debug" ]; then
+ gdb ./fscord
+else
+ ./fscord
+fi
+cd ../..
+