From 9db6365e4a7b9617b9aacc67a83cd7a1d7e2301e Mon Sep 17 00:00:00 2001 From: bjschuma Date: Fri, 18 Dec 2009 00:07:17 -0500 Subject: [PATCH] Can override the default write function, and probably other settings values too --- src/scion | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 src/scion 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