comparison 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
comparison
equal deleted inserted replaced
774:5cb0c795b9e6 775:5c86c4e82b4c
1 #!/bin/bash
2 GETIP() {
3 while true; do
4 wget 'http://www.showmyip.com/simple/' -O index.html
5 sleep 5h
6 done
7 }
8
9 [ -e SHARE ] || mkdir SHARE
10 cd SHARE
11 ../serve &
12 GETIP
13