2 lines
137 B
Bash
Executable file
2 lines
137 B
Bash
Executable file
#!/bin/bash
|
|
for ((;;)); do date && time ./tor_show_relays.sh -5000 | grep '|' | cat -n | grep -Ei 'koopa|firecuda' && sleep 86400; done
|