cleaned up some example crontabs
[feisty_meow.git] / infobase / configuration / cron / emit_crontab.crontab
index 731b9371369657249368bb45554a4664ab41718c..095b9ae4c5e69214fa795936e74bdd855f4ca92d 100644 (file)
@@ -1,11 +1,9 @@
 
-SHELL=/bin/bash
+##############
 
-# m h dom mon dow command
+#[emit_crontab]
+# meta-operation to backup the crontab file using cron itself.
+28 */8 * * * crontab -l >$HOME/$(hostname).$CRONUSER.crontab
 
-USER=fred
-
-#[crontab meta backup]
-# meta-operation to back up the crontab using cron itself.
-28 */8 * * * crontab -l >$HOME/$USER.crontab
+##############