pack.sh (77B)
1 #!/bin/sh 2 3 set -ex 4 5 mkdir -p bin 6 7 tar czf bin/http-bench.tar.gz *.sh *.c *.h