aboutsummaryrefslogtreecommitdiffstats
path: root/src/extract-sh.sh
blob: c31df748fc56c5d8951ccb39fcb1763b46b3e8ff (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 "$@"