Weekly Script Checker
Not every script needs to run daily. Some just need to run once a week, but reliably without cluttering your crontab or running when nothing's changed.
So I wrote a simple Bash script that:
Tracks when a script was last run
Checks if it's been more...
rh-scripts.hashnode.dev2 min read