7 lines
57 B
Bash
Executable File
7 lines
57 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
bash <<EOF
|
|
cd bricks
|
|
./build.sh
|
|
EOF
|