Пожалуйста, включите 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
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
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
Исходник
Обычный вид
История
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