From 325ab16e706b21abd172d3006729b51d323c93b9 Mon Sep 17 00:00:00 2001 From: euer Date: Thu, 20 Dec 2012 03:26:08 +0100 Subject: //{filebitch,census} -> //god --- god/census/sched-arping | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 god/census/sched-arping (limited to 'god/census/sched-arping') diff --git a/god/census/sched-arping b/god/census/sched-arping new file mode 100755 index 00000000..14f8af3c --- /dev/null +++ b/god/census/sched-arping @@ -0,0 +1,8 @@ +#!/bin/sh + +TMP=`mktemp` +crontab -l >$TMP + +echo "23 * * * * $PWD/arping_users.py > $PWD/../db/arping" | +../util/bin/magic create "arping" $TMP +crontab $TMP -- cgit v1.2.3