本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
ben
/
music-quizzer
镜像来自
https://github.com/earwig/music-quizzer
關注
1
收藏
1
複製
0
程式碼
版本發佈
3
活動
A Tk-based program that can help you prepare for your music final with randomly-generated listening quizzes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17
提交
2
分支
65 KiB
目錄樹:
f2b66238c4
develop
master
v0.1.2
v0.1.1
v0.1
分支列表
標籤
${ item.name }
建立分支
${ searchTerm }
從 'f2b66238c4'
${ noResults }
music-quizzer
/
mac_osx.command
mac_osx.command
93 B
原始文件
Normal View
歷史記錄
adding a .sh file that should hopefully start the script automatically under OS X, but I can't test it right now, so it may be totally useless
13 年之前
Apple strikes again! (hopefully this will work now)
13 年之前
adding a .sh file that should hopefully start the script automatically under OS X, but I can't test it right now, so it may be totally useless
13 年之前
1
2
3
4
5
6
7
8
#! /bin/bash
dir=${0%/*}
if [ -d "$dir" ]; then
cd "$dir"
fi
python2.6 ./musicquizzer.py