diff --git a/crontab b/crontab new file mode 100755 index 0000000..8f40532 --- /dev/null +++ b/crontab @@ -0,0 +1,2 @@ +#!/bin/sh +echo "1 * * * * `whoami` wget -O /dev/null http://127.0.0.1/get" > /etc/crontab