mirror of
https://github.com/raynormast/fake-firehose.git
synced 2024-12-22 15:57:38 +00:00
5 lines
66 B
Bash
5 lines
66 B
Bash
|
cat domains|while read -r host
|
||
|
do
|
||
|
./get-stream.sh $host &
|
||
|
done
|