dinwiggy

Results 1 issues of dinwiggy

``` $ tcpping -C -x 5 localhost 80 /usr/bin/tcpping: 341: [: auto: unexpected operator ``` Working fixes: - Changing line 341 to use `=` instead of `==`. - Changing line...