A. Dictate which folders you wish to target
B. Removes the node_modules from the directories
C. Replaces the folder with a zipped version of it after it has been 15 days
git clone git@github.com:Mohamed-Ayaan358/Judson.git
cd Judson
sh run.sh
export EDITOR=vi
crontab-e
00 23 * * * judson > /dev/null 2>&1
-
Make it so the user can set up the entire config with one command
-
Allow for users to modify the number of days they wish to keep the project, via a command
-
Improve the zipping procedure as well as potentially adding parallelism