libreSSL/dist.sh
2014-07-29 11:17:32 -05:00

7 lines
53 B
Bash
Executable File

#!/bin/sh
set -e
./autogen.sh
./configure
make dist