/BashScripts

Collection of all my bash scripts for personal and other uses

Primary LanguageShell

Bash Scripts

A collection of all the personal bash scripts that I have made.

Learning while making something useful.


A list of scripts that are used for either daily or weekly cron jobs. Used to schedule the running of the python scripts.

List of scripts that are run on a daily basis that interact with or call the list of python scripts that are needed to perform daily computer maintenance, e.g. checkDiskSpace.py

Scripts reside in the /etc/cron.daily directory.

List of scripts that are run on a weekly basis that interact with or call the list of python scripts that are needed to perform daily computer maintenance, e.g. purge.py

Scripts reside in the /etc/cron.weekly directory.


Written with StackEdit.