7 lines
No EOL
64 B
Bash
7 lines
No EOL
64 B
Bash
#!/usr/bin/env sh
|
|
|
|
set -e
|
|
|
|
pushd vendors/dialog
|
|
sh build.sh
|
|
popd |