Introduce kickstart create
This commit is contained in:
parent
fcfd9c516e
commit
32e708710b
6
lib/kickstart-create
Executable file
6
lib/kickstart-create
Executable 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
|
Loading…
Reference in New Issue
Block a user