aboutsummaryrefslogtreecommitdiffstats
path: root/src/extract-sh.sh
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-10-04 10:02:03 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-10-04 10:02:03 +0200
commitf09bafbaf33ad6ef03595b65a008c6202f8699d1 (patch)
tree77de778aaace536b879fbc93eafc536691a82160 /src/extract-sh.sh
parent4adb99e683b81df9d572c05db06e6fb688fb007a (diff)
drop shell script
Diffstat (limited to 'src/extract-sh.sh')
-rwxr-xr-xsrc/extract-sh.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/extract-sh.sh b/src/extract-sh.sh
deleted file mode 100755
index a8bb1ff..0000000
--- a/src/extract-sh.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env bash
-
-set -efu
-
-TREE_GREPPER_LANGUAGE=sh \
-TREE_GREPPER_QUERY='(comment)' \
-LINE_COMMENT_START='#' \
-"$(dirname "$0")"/extract-generic.sh "$@"