8 lines
79 B
Bash
8 lines
79 B
Bash
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
sh build_openssl.sh
|
|
sh build_libxml2.sh
|
|
sh build_xmlsec.sh
|