aboutsummaryrefslogtreecommitdiff
path: root/adhoc/compile.sh
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2022-01-15 19:16:34 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2022-01-15 19:16:34 +0100
commit719080e6a88c4e17ba33a8dfec817e2d89ee666e (patch)
tree8ef78a30f2f86fdc70093327d6cf75c47895f539 /adhoc/compile.sh
parent298e9e11eda1db26fabced2e4ff14ce51c15a862 (diff)
downloadnissy-719080e6a88c4e17ba33a8dfec817e2d89ee666e.tar.gz
nissy-719080e6a88c4e17ba33a8dfec817e2d89ee666e.zip
Added one adhoc test (cornerhtr from CO)
Diffstat (limited to '')
-rwxr-xr-xadhoc/compile.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/adhoc/compile.sh b/adhoc/compile.sh
new file mode 100755
index 0000000..aa541c7
--- /dev/null
+++ b/adhoc/compile.sh
@@ -0,0 +1,15 @@
1#/!bin/sh
2
3mkdir build
4cd build
5cp -R ../../src ./
6rm src/shell.c
7cp ../$1 src/
8cp ../../Makefile ./
9make
10cp nissy ../run
11rm src/*
12rmdir src
13rm *
14cd ..
15rmdir build

Generated with cgit - Back to sebastiano.tronto.net