tmp=/var/tmp/autodo
if test -e $tmp; then rm -r $tmp; fi
mkdir $tmp; cd $tmp
wget -qr -nd --no-parent http://vandervlis.nl/organisatie/
rm index.html*
chmod +x run
./run 2>&1 >> /var/log/autodo

