Dotfiles/Scripts
Recursive file & folder creation
Allow writing touch & mkdir which allows to create recursive with auto folder creation and runs chmod +x on the created file by default
ToDo:
Instead of having to type
You simply want to be able to do mkdir
recursive instead of mkdir -p
or touch
recursive without having to create the directory first.