Mercurial > hg > anonet-resdb
view contrib/tor2dns/run @ 1160:d88d62854d0b draft
Merge git://1.41.41.1/
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Tue, 11 Mar 2014 00:05:21 +0100 |
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