Guest User

Untitled

a guest
Dec 22nd, 2024
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. #!/bin/bash
  2.         while true
  3.         do
  4.                 rm -v -f /etc/tor/bridges.conf
  5.                 python torparse.pyz --torrc --outfile /etc/tor/bridges.conf
  6.                 systemctl restart tor
  7.                 echo
  8.                 echo "парсер отработал в $(date)"
  9.                 sleep 1h
  10.         done
  11.  
Advertisement
Add Comment
Please, Sign In to add comment