/ Published in: Bash
Useful.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
mkmod() { mkdir "$1" mkdir "$1/files" "$1/lib" "$1/manifests" "$1/templates" "$1/tests" }
URL: http://docs.puppetlabs.com/learning/modules1.html