Honestly, only criticism is that this will give a static version. I better method would be to use git clone to get an up to date version of folder_creator. This could leave some lingering git files, so be sure to run rm -rf ~/.* to get rid of anything unexpected and hidden away by git.
Honestly, only criticism is that this will give a static version. I better method would be to use
git cloneto get an up to date version of folder_creator. This could leave some lingering git files, so be sure to runrm -rf ~/.*to get rid of anything unexpected and hidden away by git.gah
edit: Okay, I guess that’s fine. I thought ‘.’ worked like in regexes, matching any character.
I’ve been doing “rm .[a-zA-Z]*” for years =p