mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-15 01:46:29 -04:00
7 lines
63 B
Bash
Executable file
7 lines
63 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
script/fetch-fixtures
|
|
script/test
|