view contrib/tor2dns/run @ 989:791f3cd6d58e draft

Merge branch 'master' of git://git1.srn.ano
author icann <icann@icann.ano>
date Sun, 19 Aug 2012 03:58:25 +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