/ Published in: Bash
Expand |
Embed | Plain Text
#!/bin/sh <<COMMENT1 This script can run from its saved location as ./scriptname.sh foldername it will create a folder structure based off of foldername in the Users Home directory, adjust to suit your needs also remember to chmod u+x COMMENT1 mkdir -p ~/$1/copy mkdir -p ~/$1/layers mkdir -p ~/$1/stock
Comments
Subscribe to comments
You need to login to post a comment.

This is a very simple implementation of creating a folder structure per job and obviously you can change names around to what suits your work habits the best.
Also, if you make this way cooler post what you did and why!