7 lines
59 B
Bash
7 lines
59 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
./build-irrlicht.sh
|
||
|
./build-minetest.sh
|