mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-05 03:01:11 +00:00
4 lines
67 B
Bash
Executable File
4 lines
67 B
Bash
Executable File
#!/bin/sh
|
|
|
|
while true; do echo "foo" | nc qotd 4446; sleep 1; done
|