aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorymherklotz <ymherklotz@gmail.com>2017-01-29 17:14:05 +0000
committerymherklotz <ymherklotz@gmail.com>2017-01-29 17:14:05 +0000
commit787ea33338b67f6d2ee7cfb400efc7bc4affe74c (patch)
tree6d7c5c421521f70641544aa5bddf0b2366c39490 /install.sh
parent28e7f14035c8703939bfecc4b2c9f389671e4752 (diff)
downloadNetworkCoursework-787ea33338b67f6d2ee7cfb400efc7bc4affe74c.tar.gz
NetworkCoursework-787ea33338b67f6d2ee7cfb400efc7bc4affe74c.zip
Adding files to repo
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!