From 3505dd20887dad5f202845f63d42d6be44707bf0 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sat, 11 Jun 2011 10:56:17 -0400 Subject: [PATCH] Apple strikes again! (hopefully this will work now) --- mac_osx.command | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mac_osx.command b/mac_osx.command index 21948ac..2158de9 100755 --- a/mac_osx.command +++ b/mac_osx.command @@ -1,2 +1,8 @@ #! /bin/bash + +dir=${0%/*} +if [ -d "$dir" ]; then + cd "$dir" +fi + python2.6 ./musicquizzer.py