diff options
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 |