IXWebSocket/examples/ping_pong/test.sh

10 lines
133 B
Bash

#!/bin/sh
test -d build || {
mkdir -p build
cd build
cmake ..
}
(cd build ; make)
./build/ping_pong ws://localhost:5678