aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
blob: 3abd681ab7308a235002c02472908498090c5ed8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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!