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 /census/sched-arping | |
parent | 38dbb8ee3867060fddd427d1bb4e57ee0300c8bb (diff) |
//{filebitch,census} -> //god
Diffstat (limited to 'census/sched-arping')
-rwxr-xr-x | census/sched-arping | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/census/sched-arping b/census/sched-arping deleted file mode 100755 index 14f8af3c..00000000 --- a/census/sched-arping +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -TMP=`mktemp` -crontab -l >$TMP - -echo "23 * * * * $PWD/arping_users.py > $PWD/../db/arping" | -../util/bin/magic create "arping" $TMP -crontab $TMP |