Skip to content

sadikkuzu/ctrl-c-club

Repository files navigation

ctrl-c-club

$>^C

crontab

# m h  dom mon dow   command
0       0       *       *       *       bash ~/code/startnewday.sh
0       *       *       *       *       bash ~/code/dateanduptime.sh
15,45   *       *       *       *       socials=$(python3 ~/code/socials.py) && echo $socials > ~/public_html/socials.html
0,20,40 *       *       *       *       codeupdate=$(bash ~/code/codeupdate.sh)

Installation:

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

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

pre-commit.ci status