You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build.sh 115B

12345
  1. #!/bin/sh
  2. rm -r build/$1/*
  3. cp -R src/{*.js,*.html,*.css,fonts,images} build/$1/
  4. cp -R src/platform/$1/* build/$1/