all.sh 83 B

12345
  1. #!/bin/sh
  2. ./test-http.sh || exit
  3. ./test-merge.sh || exit
  4. ./test-delupd.sh || exit