mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-16 02:16:27 -04:00
7 lines
64 B
Bash
Executable file
7 lines
64 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
script/fetch_languages
|
|
script/test
|