1
0

test.sh 90 B

12345678910
  1. #!/usr/bin/env bash
  2. set -e
  3. ./autogen.sh
  4. ./configure
  5. make
  6. make distcheck
  7. make distclean