6 lines
54 B
Bash
6 lines
54 B
Bash
|
./build.sh
|
||
|
echo "Creating ISO"
|
||
|
bash ./create-iso.sh
|
||
|
|
||
|
|