Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- while true
- do
- rm -v -f /etc/tor/bridges.conf
- python torparse.pyz --torrc --outfile /etc/tor/bridges.conf
- systemctl restart tor
- echo
- echo "парсер отработал в $(date)"
- sleep 1h
- done
Advertisement
Add Comment
Please, Sign In to add comment