4 lines
86 B
Bash
4 lines
86 B
Bash
|
#/bin/sh
|
||
|
|
||
|
grep VERSION ixwebsocket/IXWebSocketVersion.h | awk '{print $3}' | tr -d \"
|