install.sh 85 B

12345678
  1. #!/bin/sh
  2. mkdir -p /tmp/qcode
  3. mv qcode/*q /tmp/qcode
  4. cp build/*q qcode
  5. rm build/*q