aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100755
index 0000000..3abd681
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+echo Computer Networks and Distributed Systems Coursework - Install Utility
+echo \(c\) Daniele Sgandurra, Imperial College London, Mar 2016
+
+rm -f rmiclient.bat rmiserver.bat udpclient.bat udpserver.bat build.bat
+cp scripts/Makefile .
+cp scripts/*.sh .
+fromdos policy
+for i in *.sh; do
+ fromdos $i
+done
+chmod u+x *.sh
+
+echo Done!