README
======
-`update.sh` combines all 'crontab.*' files in this directory into a single
+`setup.sh` combines all 'crontab.*' files in this directory into a single
crontab file and loads it with `crontab`.
This replaces the current crontab! If no 'crontab.*' files were found, the
#
# Symlink to crontab.jobs to enable it.
-# Copyright (C) 2013 Simon Ruderich
+# Copyright (C) 2013-2014 Simon Ruderich
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# Include user's binaries in PATH. Expanding $HOME doesn't work with cron,
-# `update.sh` handles that!
+# `setup.sh` handles that!
PATH=$HOME/bin:$HOME/.shell/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
# `rsleep` (random sleep) is used to reduce concurrent commands if this
# crontab file is used by multiple users.