5 lines
67 B
Bash
5 lines
67 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
(cd build ; make)
|
||
|
./build/ping_pong ws://localhost:5678
|