Added launcher

bin/ocarina will be symlinked to /usr/bin/ocarina, and used to launch
ocarina.
This commit is contained in:
Bryan Schumaker 2010-11-03 21:41:36 -04:00
parent 2624a1afe8
commit 22a72e66bd
1 changed files with 2 additions and 0 deletions

2
bin/ocarina Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
cd /opt/ocarina && `which python2` ocarina.py $*