aboutsummaryrefslogtreecommitdiffstats
path: root/P1/run.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xP1/run.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/P1/run.sh b/P1/run.sh
deleted file mode 100755
index 6b901ae..0000000
--- a/P1/run.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/bash
-make && cp mapper solutionexe/mapper && cp mapreduce solutionexe/mapreduce && cd solutionexe/ && make run && cp mapper.good mapper && cp mapreduce.good mapreduce && cd ..