#!/bin/bash

while [ true ]; do
	wget http://the.earth.li/~sgtatham/putty/latest/x86/pageant.exe
	rm -f pageant.exe
	sleep 1 
done
