ソースを参照

Apple strikes again! (hopefully this will work now)

tags/v0.1.2^2
Ben Kurtovic 13年前
コミット
3505dd2088
1個のファイルの変更6行の追加0行の削除
  1. +6
    -0
      mac_osx.command

+ 6
- 0
mac_osx.command ファイルの表示

@@ -1,2 +1,8 @@
#! /bin/bash

dir=${0%/*}
if [ -d "$dir" ]; then
cd "$dir"
fi

python2.6 ./musicquizzer.py

読み込み中…
キャンセル
保存