summaryrefslogtreecommitdiff
path: root/admin/notes/tree-sitter/build-module/batch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'admin/notes/tree-sitter/build-module/batch.sh')
-rwxr-xr-xadmin/notes/tree-sitter/build-module/batch.sh27
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