diff options
| author | yuriyurisuki <30354739+ExploXd@users.noreply.github.com> | 2018-07-28 08:56:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-28 08:56:27 +0200 |
| commit | 0ff5fcd8cb3b0895b8b1fe4d2519df0cac3051d5 (patch) | |
| tree | 0229b16c74bb044ff65c8a6756bf1a32dbcfe768 /.scripts/crontog | |
| parent | 595ae287e1884105e3fdf30d87989cb3e54fcb2d (diff) | |
| download | eibhear-0ff5fcd8cb3b0895b8b1fe4d2519df0cac3051d5.tar.gz eibhear-0ff5fcd8cb3b0895b8b1fe4d2519df0cac3051d5.tar.zst eibhear-0ff5fcd8cb3b0895b8b1fe4d2519df0cac3051d5.zip | |
Delete crontog
Diffstat (limited to '.scripts/crontog')
| -rwxr-xr-x | .scripts/crontog | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.scripts/crontog b/.scripts/crontog deleted file mode 100755 index d223f9e..0000000 --- a/.scripts/crontog +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -# Toggles all cronjobs off/on. -# Stores disabled crontabs in ~/.cronsaved until restored. - -([[ -f ~/.cronsaved ]] && cat ~/.cronsaved | crontab - && rm ~/.cronsaved && echo cronjobs re-enabled.) || ( crontab -l > ~/.cronsaved && crontab -r && echo cronjobs saved and disabled. ) |
