summaryrefslogtreecommitdiff
path: root/launch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'launch.sh')
-rw-r--r--launch.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/launch.sh b/launch.sh
new file mode 100644
index 00000000..c1c292d9
--- /dev/null
+++ b/launch.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd src/ && python client.py "$@"
+