Couple of extra nethack->anethack
[aNetHack.git] / win / macosx / aNetHackGuidebook.applescript
blob36ede6e0b567fb80089aa2da161d063982084097
1 #!/usr/bin/osascript
2 # aNetHack 0.0.1 aNetHackGuidebook.applescript $ANH-Date$ $ANH-Branch$:$ANH-Revision$
3 # Copyright (c) Kenneth Lorber, Kensington, Maryland, 2011
4 # aNetHack may be freely redistributed. See license for details.
6 # Display the Guidebook from the GUI.
8 tell application "Finder"
9 open location "file:///Library/Nethack/doc/aNetHackGuidebook.pdf"
10 delay 5
11 end tell