From df3366a46c569c04ecfc42ef465869c15211c6cf Mon Sep 17 00:00:00 2001 From: "Difrex(Denis Zheleztsov)" Date: Sun, 10 Aug 2014 21:34:04 +0400 Subject: [PATCH] crontab --- crontab | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 crontab 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