tossing this, since it's never used.
authorChris Koeritz <fred@gruntose.com>
Sun, 15 Apr 2012 16:42:19 +0000 (12:42 -0400)
committerChris Koeritz <fred@gruntose.com>
Sun, 15 Apr 2012 16:42:19 +0000 (12:42 -0400)
database/configuration/cron/overload_check.crontab [deleted file]

diff --git a/database/configuration/cron/overload_check.crontab b/database/configuration/cron/overload_check.crontab
deleted file mode 100644 (file)
index a51457a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-SHELL=/bin/bash
-
-# m h dom mon dow command
-
-USER=fred
-
-# make a report of the current state of information overload in our notes files.
-24 22 * * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/notes/info_overload_report.sh ) &>>/tmp/zz_info_overload_$USER.log 
-
-