Adds a command alias: create could also be called init

This commit is contained in:
Bruno Tavares 2015-09-26 15:51:49 -03:00
parent 2dbf3a59f3
commit aafa6df1b7

2
lib/kickstart-init Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash -e
exec kickstart create "$@"