forked from mirror/fake-firehose
Allow domains to be commented out
This commit is contained in:
parent
47b61a6388
commit
a513670179
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cat domains|while read -r host
|
||||
cat domains|grep -v "#"|while read -r host
|
||||
do
|
||||
./get-stream.sh $host &
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue