Files
weave-scope/experimental/example/client/client

4 lines
67 B
Bash
Executable File

#!/bin/sh
while true; do echo "foo" | nc qotd 4446; sleep 1; done