From 1c2e8586f4d9cd147bbf245194beb08de1f97701 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 25 Jul 2021 10:34:36 +0200 Subject: Added crontab for pacman, clout and newsboat --- test | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test b/test index ffe8ab4..0cc44f8 100755 --- a/test +++ b/test @@ -21,4 +21,8 @@ vint -s config/vim/pluggins.vim || ret=$? flake8 --ignore F821,E501,W504,N816,E241 config/qutebrowser/config.py || ret=$? flake8 --ignore W504 config/python/startup.py || ret=$? +# CRONTAB +crontab -T crontab/root.crontab || ret=$? +crontab -T crontab/user.crontab || ret=$? + exit $ret -- cgit