]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - crontab.d/update.sh
Add rsleep script and use it in crontab.d/jobs.
[config/dotfiles.git] / crontab.d / update.sh
index fd4a9aef77084436b7c57f0fddc3e17067baaf1e..2b174c165a5437040044ff544b9034620e336dbd 100755 (executable)
@@ -77,7 +77,6 @@ for file in "$DIRECTORY"/crontab.*; do
                  -e "/^# Copyright (C) [0-9][0-9]* / d" \
         | cat --squeeze-blank \
         | sed "/^PATH/ s:\$HOME:$HOME:g" \
-        | sed 's/RAND_SLEEP \([0-9]*\)/sleep `perl -e "srand; print int rand \1;"`/' \
         >>"$CRONTAB"
 done