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