aboutsummaryrefslogtreecommitdiffstats
path: root/src/extract-sh.sh
blob: a8bb1ff4aeb0bd4f98588fb8e096c39c334ba285 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

set -efu

TREE_GREPPER_LANGUAGE=sh \
TREE_GREPPER_QUERY='(comment)' \
LINE_COMMENT_START='#' \
"$(dirname "$0")"/extract-generic.sh "$@"