Mercurial > hg > anonet-resdb
view contrib/tor2dns/run @ 775:5c86c4e82b4c draft
updated my software to resdb
author | d3v11 <d3v11@d3v11.ano> |
---|---|
date | Fri, 25 Nov 2011 23:21:28 +0000 |
parents | |
children |
line wrap: on
line source
#!/bin/bash GETIP() { while true; do wget 'http://www.showmyip.com/simple/' -O index.html sleep 5h done } [ -e SHARE ] || mkdir SHARE cd SHARE ../serve & GETIP