summaryrefslogtreecommitdiff
path: root/bin/cmu-clx-haskell
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cmu-clx-haskell')
-rwxr-xr-xbin/cmu-clx-haskell9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/cmu-clx-haskell b/bin/cmu-clx-haskell
new file mode 100755
index 0000000..dba0998
--- /dev/null
+++ b/bin/cmu-clx-haskell
@@ -0,0 +1,9 @@
+#!/bin/csh
+#
+# run cmu clx haskell
+
+if (`arch -k` == "sun4c") then
+ $CMUCLBIN -core $HASKELL/bin/sun4c-clx-haskell.core
+else
+ $CMUCLBIN -core $HASKELL/bin/sun4m-clx-haskell.core
+endif