Explorar el Código

Apple strikes again! (hopefully this will work now)

tags/v0.1.2^2
Ben Kurtovic hace 13 años
padre
commit
3505dd2088
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      mac_osx.command

+ 6
- 0
mac_osx.command Ver fichero

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

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

python2.6 ./musicquizzer.py

Cargando…
Cancelar
Guardar