Mercurial > hg > anonet-resdb
view contrib/tor2dns/run @ 1061:2f46efeae39a draft
lol
author | icann <icann@icann.ano> |
---|---|
date | Fri, 09 Nov 2012 10:22:51 +0000 |
parents | 5c86c4e82b4c |
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