Skip to content

sadikkuzu/ctrl-c-club

Repository files navigation

ctrl-c-club

$>^C

crontab

# m h  dom mon dow   command
0       0       *       *       *       ~/code/startnewday.sh > /dev/null 2>&1
1       0       *       *       *       ~/code/dateanduptime.sh > /dev/null 2>&1
0       1-23    *       *       *       ~/code/dateanduptime.sh > /dev/null 2>&1
15,45   *       *       *       *       ~/code/socials.py > ~/public_html/socials.html
0,20,40 *       *       *       *       ~/code/codeupdate.sh > /dev/null 2>&1

Installation:

git clone --depth=1 https://github.com/sadikkuzu/ctrl-c-club.git ~/code

http://ctrl-c.club/~sadikkuzu/

pre-commit.ci status