Project

General

Profile

Statistics
| Revision:

root / src / run.sh @ 2

History | View | Annotate | Download (150 Bytes)

1
#!/usr/bin/env bash
2
java Peers.Peer "$1" "$2" "$3" "${4:-224.0.0.15}" "${5:-8001}" "${6:-224.0.0.16}" "${7:-8003}" "${8:-224.0.0.17}" "${9:-8004}" &
3