prepare 166 B

12345678910111213141516
  1. #!/bin/bash
  2. set -e
  3. source $(dirname $0)/version
  4. cd $(dirname $0)
  5. if [ ! -e ../bin/host_ros ]; then
  6. ./build
  7. fi
  8. ./template
  9. ./build-images
  10. ./tar-images
  11. ./layout