Allow domains to be commented out

This commit is contained in:
raynor 2022-12-17 18:04:13 -05:00
parent 47b61a6388
commit a513670179

View file

@ -1,4 +1,4 @@
cat domains|while read -r host
cat domains|grep -v "#"|while read -r host
do
./get-stream.sh $host &
done