8 lines
68 B
Plaintext
8 lines
68 B
Plaintext
|
#!/bin/bash -e
|
||
|
|
||
|
kickstart compile $@
|
||
|
(
|
||
|
cd compile
|
||
|
bash install.sh
|
||
|
)
|