diff options
Diffstat (limited to 'admin/notes/tree-sitter/build-module/batch.sh')
-rwxr-xr-x | admin/notes/tree-sitter/build-module/batch.sh | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/admin/notes/tree-sitter/build-module/batch.sh b/admin/notes/tree-sitter/build-module/batch.sh deleted file mode 100755 index 58272c74549..00000000000 --- a/admin/notes/tree-sitter/build-module/batch.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/bash - -languages=( - 'bash' - 'c' - 'cmake' - 'cpp' - 'css' - 'c-sharp' - 'dockerfile' - 'go' - 'go-mod' - 'html' - 'javascript' - 'json' - 'python' - 'rust' - 'toml' - 'tsx' - 'typescript' - 'yaml' -) - -for language in "${languages[@]}" -do - ./build.sh $language -done |