Project

General

Profile

Statistics
| Revision:

root / DistributedBackupService / build.sh

History | View | Annotate | Download (136 Bytes)

1
#!/bin/sh
2
rm -rf bin
3
rm -f *.jar
4
mkdir -p bin
5
javac -Xlint:unchecked -d bin -sourcepath src src/client/TestApp.java src/server/Peer.java