This website works better with JavaScript.
Home
Help
Sign In
ben
/
music-quizzer
mirror of
https://github.com/earwig/music-quizzer
Watch
1
Star
1
Fork
0
Code
Releases
3
Activity
Browse Source
Apple strikes again! (hopefully this will work now)
tags/v0.1.2^2
Ben Kurtovic
13 years ago
parent
1a78bcc204
commit
3505dd2088
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
mac_osx.command
+ 6
- 0
mac_osx.command
View File
@@ -1,2 +1,8 @@
#! /bin/bash
dir=${0%/*}
if [ -d "$dir" ]; then
cd "$dir"
fi
python2.6 ./musicquizzer.py
Write
Preview
Loading…
Cancel
Save