summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mac/crawl
blob: cbe52f0332dcd5e40c4c6373303aa3eae1d4202c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl

# This is utter and complete hackery.  But I'm tired
# of building the mac distribution by hand.

$script= $0;
$script =~ /(.*)\/MacOS\/(\w+)/;
$scriptdir = $1;
$resdir = $scriptdir . "/Resources/";
$executable = $resdir . "crawl";
system "/usr/bin/open /Applications/Utilities/Terminal.app $executable";