Removed all code that uses OpenGL from Image.
[io/quag.git] / addons / SystemCall / samples / pingtest.io
blob84850048fdc91f9ecd01b687297b40c04b282c70
1 #!/usr/bin/env io
4 SystemCall with("ping www.yahoo.com") runWith(if(stdout readLine betweenSeq("time=", " ms") asNumber > 40, writeln("^V^G")))