run.sh 80 B

123456
  1. #!/usr/bin/env bash
  2. set -e
  3. cat > _tmp.b
  4. make -s _tmp-opt
  5. ./_tmp-opt
  6. rm -f _tmp*