mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-02 01:17:45 +02:00
Delete crontog
This commit is contained in:
parent
2537d72bf3
commit
4508b48945
@ -1,5 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# Toggles all cronjobs off/on.
|
|
||||||
# Stores disabled crontabs in ~/.consaved until restored.
|
|
||||||
|
|
||||||
([ -f ~/.config/cronsaved ] && crontab - < ~/.config/cronsaved && rm ~/.config/cronsaved && notify-send "🕓 Cronjobs re-enabled.") || ( crontab -l > ~/.config/cronsaved && crontab -r && notify-send "🕓 Cronjobs saved and disabled.")
|
|
Loading…
x
Reference in New Issue
Block a user