1 2 3 4 5 6 7 8 9
#!/bin/sh set -ev ./bootstrap.sh ./configure $* make dist tar xvf thrift-*.tar.gz cd thrift-* ./build/docker/scripts/cmake.sh