IXWebSocket/examples/ping_pong/test.sh

10 lines
133 B
Bash
Raw Permalink Normal View History

2018-10-25 21:01:47 +02:00
#!/bin/sh
test -d build || {
mkdir -p build
cd build
cmake ..
}
2018-10-25 21:01:47 +02:00
(cd build ; make)
./build/ping_pong ws://localhost:5678