diff --git a/src/scion b/src/scion new file mode 100755 index 00000000..0bbee9aa --- /dev/null +++ b/src/scion @@ -0,0 +1,4 @@ +#!/bin/bash + +# This is a simple shell script for properly starting ocarina +cd base && `which python` scion.py $* \ No newline at end of file