4 lines
66 B
Bash
4 lines
66 B
Bash
|
java -cp ..:. ChatterServer &
|
||
|
sleep 1
|
||
|
java -cp ..:. ChatterClient
|