소스 검색

Apple strikes again! (hopefully this will work now)

tags/v0.1.2^2
Ben Kurtovic 12 년 전
부모
커밋
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

불러오는 중...
취소
저장