build_bundle.sh 168 B

12345678
  1. #!/bin/sh
  2. cd "$(dirname "$0")"
  3. ./build_container.sh
  4. zip "bundle.zip" test/*.basic test/*.basic_result examples/*.basic
  5. cd build_docker
  6. zip "../bundle.zip" basic test