deploy.sh 71 B

123456
  1. #!/bin/bash
  2. scripts/gendeploy.py > tmp.sh && \
  3. bash tmp.sh
  4. rm tmp.sh