A Tk-based program that can help you prepare for your music final with randomly-generated listening quizzes
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

9 行
93 B

  1. #! /bin/bash
  2. dir=${0%/*}
  3. if [ -d "$dir" ]; then
  4. cd "$dir"
  5. fi
  6. python2.6 ./musicquizzer.py