kickstart/lib/kickstart-local

8 lines
68 B
Plaintext
Raw Normal View History

2014-02-20 16:24:40 +00:00
#!/bin/bash -e
kickstart compile $@
(
cd compile
bash install.sh
)