koopa-admin-log/scripts/monitoring/tor_show_relays--koopa+firecuda.sh

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