Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 172 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 172 Bytes

Sample use

for url in $(curl -s https://raw.githubusercontent.com/droopy4096/agressor-sites/main/russia.json | jq -r '.[]' )
do 
  echo "contact $url"
done