kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/web/site/serve.sh (about) 1 #!/bin/bash 2 set -e 3 JEKYLL_BIN="$(realpath "$JEKYLL_BIN")" 4 cd "kythe/web/site" 5 exec "${JEKYLL_BIN}" serve --skip-initial-build --no-watch "$@"