Introduce kickstart create

This commit is contained in:
Bruno Tavares 2014-02-20 13:20:31 -03:00
parent fcfd9c516e
commit 32e708710b

6
lib/kickstart-create Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash -xe
target=${1:-.}
mkdir -p $target{,/roles,/recipes,/files}
touch $target/{README.md,install.sh,roles/.gitkeep,recipes/.gitkeep,files/.gitkeep}
chmod +x $target/install.sh