build.sh 207 B

123456
  1. #!/bin/bash
  2. # set current working directory to directory of the shell script
  3. cd "$(dirname "$0")"
  4. curl https://cdnjs.cloudflare.com/ajax/libs/marked/4.1.1/marked.min.js --output ../../vendor/marked.min.js