v1.12 third release fix due to to tunnelcontrol bug

pull/35/head
knaccc 5 years ago
parent edac3dea03
commit f543cd2448

@ -1,3 +1,3 @@
#!/bin/bash
exec 3<>/dev/tcp/localhost/8051; echo "$1 $2 $3 $4" >&3; cat <&3
exec 3<>/dev/tcp/localhost/8051; echo "$1 $2 $3 $4 $5 $6" >&3; cat <&3
Loading…
Cancel
Save