Introduce kickstart local
This commit is contained in:
7
lib/kickstart-local
Executable file
7
lib/kickstart-local
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
kickstart compile $@
|
||||
(
|
||||
cd compile
|
||||
bash install.sh
|
||||
)
|
Reference in New Issue
Block a user