1
0

dist.sh 75 B

123456789
  1. #!/usr/bin/env bash
  2. set -e
  3. ./test.sh
  4. ./autogen.sh
  5. ./configure
  6. make dist