build_dashing.sh 89 B

123456789
  1. #!/bin/sh
  2. set -exu
  3. (
  4. cd "$BASE_DIRECTORY/docs"
  5. dashing build "$PROJECT_NAME"
  6. )