update_static.sh 57 B

123
  1. #!/bin/bash
  2. rm -r out/static
  3. cp -r src/static out/static