fake-firehose/start-firehose.sh
2022-12-17 00:20:35 -05:00

4 lines
66 B
Bash
Executable file

cat domains|while read -r host
do
./get-stream.sh $host &
done