index
:
slam-interpreter.git
main
Git Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
run.sh
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'run.sh')
-rwxr-xr-x
run.sh
5
1 files changed, 0 insertions, 5 deletions
diff --git a/run.sh b/run.sh
deleted file mode 100755
index 460a851..0000000
--- a/
run.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-set -uo pipefail
-ghc -v0 -o interpreter src/*.hs
-./interpreter $@