diff options
author | euer <root@euer.krebsco.de> | 2012-12-20 03:26:08 +0100 |
---|---|---|
committer | euer <root@euer.krebsco.de> | 2012-12-20 03:26:21 +0100 |
commit | 325ab16e706b21abd172d3006729b51d323c93b9 (patch) | |
tree | 12777bdad6a0ee4d9b1447baf96a349e0f086280 /god/census/sched-arping | |
parent | 38dbb8ee3867060fddd427d1bb4e57ee0300c8bb (diff) |
//{filebitch,census} -> //god
Diffstat (limited to 'god/census/sched-arping')
-rwxr-xr-x | god/census/sched-arping | 8 |
1 files changed, 8 insertions, 0 deletions
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 |