summaryrefslogtreecommitdiff
path: root/launch.sh
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-01-31 05:33:54 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-01-31 05:33:54 +0000
commit9faeb0674c012383a2d01a9c17d97f94cc5a5897 (patch)
treee771a9985aca4a461f01f2af684ff8c44b1a3223 /launch.sh
parent6f34406477714668898e7a711e96268e2549d6c0 (diff)
downloadpoezio-9faeb0674c012383a2d01a9c17d97f94cc5a5897.tar.gz
poezio-9faeb0674c012383a2d01a9c17d97f94cc5a5897.tar.bz2
poezio-9faeb0674c012383a2d01a9c17d97f94cc5a5897.tar.xz
poezio-9faeb0674c012383a2d01a9c17d97f94cc5a5897.zip
cleanup, launch.sh, makefile
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 "$@"
+