mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-12 16:36:27 -04:00
5 lines
51 B
Bash
Executable file
5 lines
51 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd docs
|
|
bundle exec jekyll serve "$@"
|