Files
kickstart/lib/kickstart-local
T

8 lines
68 B
Bash
Executable File

#!/bin/bash -e
kickstart compile $@
(
cd compile
bash install.sh
)