Introduce kickstart local

This commit is contained in:
Bruno Tavares
2014-02-20 13:24:40 -03:00
parent 092e48e3fd
commit aae2eb2f41
2 changed files with 14 additions and 0 deletions

7
lib/kickstart-local Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash -e
kickstart compile $@
(
cd compile
bash install.sh
)