aboutsummaryrefslogtreecommitdiffstats
path: root/src/extract-nix.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-nix.sh
parent4adb99e683b81df9d572c05db06e6fb688fb007a (diff)
drop shell script
Diffstat (limited to 'src/extract-nix.sh')
-rwxr-xr-xsrc/extract-nix.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/extract-nix.sh b/src/extract-nix.sh
deleted file mode 100755
index 575131d..0000000
--- a/src/extract-nix.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env bash
-
-set -efu
-
-TREE_GREPPER_LANGUAGE=nix \
-TREE_GREPPER_QUERY='(comment)' \
-LINE_COMMENT_START='#' \
-BLOCK_COMMENT_START='\/\*' \
-BLOCK_COMMENT_END='\*\/' \
-"$(dirname "$0")"/extract-generic.sh "$@"