Skip to content

Commit

Permalink
Adds shell scripts to run all parts from root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
adiitya committed Mar 3, 2016
1 parent 819f5ac commit 6cc352a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions central
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash


cd ./centralServer
./central.exe $1 2045
4 changes: 4 additions & 0 deletions clientPeer
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

cd ./client
./client.exe $1 2045
4 changes: 4 additions & 0 deletions serverPeer
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

cd ./server
./server.exe $1 2050

0 comments on commit 6cc352a

Please sign in to comment.