summaryrefslogtreecommitdiff
path: root/Assign5/run.sh
diff options
context:
space:
mode:
authorAdam Carpenter <53hornet@gmail.com>2016-12-03 10:47:17 -0500
committerAdam Carpenter <53hornet@gmail.com>2016-12-03 10:47:17 -0500
commitba837332565a2b4a667bd1350a062e1007d4a5c4 (patch)
tree09e53b8bd9db8cb426d38826ebca1e68e376994a /Assign5/run.sh
downloadcsci303-ba837332565a2b4a667bd1350a062e1007d4a5c4.tar.xz
csci303-ba837332565a2b4a667bd1350a062e1007d4a5c4.zip
Uploading programming assignments -- typeset assignments may come laterHEADmaster
Diffstat (limited to 'Assign5/run.sh')
-rw-r--r--Assign5/run.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/Assign5/run.sh b/Assign5/run.sh
new file mode 100644
index 0000000..312e3a1
--- /dev/null
+++ b/Assign5/run.sh
@@ -0,0 +1,8 @@
+clear
+g++ *.cpp -lm -o hash
+./hash < keys.txt
+./hash < keys.txt > myout.txt
+./hash < keys2.txt > myout2.txt
+./hash < keys3.txt > myout3.txt
+./hash < keys4.txt > myout4.txt
+