summaryrefslogtreecommitdiff
path: root/bin/cmu-haskell
diff options
context:
space:
mode:
authorYale AI Dept <ai@nebula.cs.yale.edu>1993-07-14 13:08:00 -0500
committerDuncan McGreggor <duncan.mcgreggor@rackspace.com>1993-07-14 13:08:00 -0500
commit4e987026148fe65c323afbc93cd560c07bf06b3f (patch)
tree26ae54177389edcbe453d25a00c38c2774e8b7d4 /bin/cmu-haskell
Import to github.
Diffstat (limited to 'bin/cmu-haskell')
-rwxr-xr-xbin/cmu-haskell9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/cmu-haskell b/bin/cmu-haskell
new file mode 100755
index 0000000..ff82dfc
--- /dev/null
+++ b/bin/cmu-haskell
@@ -0,0 +1,9 @@
+#!/bin/csh
+#
+# run cmu haskell
+
+if (`arch -k` == "sun4c") then
+ $CMUCLBIN -core $HASKELL/bin/sun4c-haskell.core
+else
+ $CMUCLBIN -core $HASKELL/bin/sun4m-haskell.core
+endif