/ Published in: Bash
URL: http://docs.puppetlabs.com/learning/modules1.html
Useful.
Expand |
Embed | Plain Text
mkmod() { mkdir "$1" mkdir "$1/files" "$1/lib" "$1/manifests" "$1/templates" "$1/tests" }
You need to login to post a comment.
