Sha256: e38f1a5792765270fd7d85393854e2f51d34379d55a70f7380aa654f2bc28863
Contents?: true
Size: 285 Bytes
Versions: 8
Compression:
Stored size: 285 Bytes
Contents
#!/bin/bash if test -n "$1"; then user="$1" else echo -n 'testling account: ' read user fi curl -sSNT <(tar -cf- ../index.js run.js 2>/dev/null) \ 'http://testling.com/?main=run.js&browsers=chrome/17.0,iexplore/9.0,firefox/10.0,safari/5.1,opera/11.6' \ -u "$user"
Version data entries
8 entries across 6 versions & 3 rubygems