Change the root directory to /usr/local/games

This commit is contained in:
Haoyang Wang
2015-10-25 20:44:07 -07:00
parent 93d2d28f78
commit 37b7229326
4 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ tell application "Terminal"
activate
#open new window and run NetHack in it
do script with command "clear;sleep 1;/usr/games/bin/nethack;echo '(press RETURN to exit)';awk '{exit}';exit"
do script with command "clear;sleep 1;/usr/local/games/bin/nethack;echo '(press RETURN to exit)';awk '{exit}';exit"
set nhresult to result -- class is tab
set nhresrec to result as record
set nhreslist to result as list