aboutsummaryrefslogtreecommitdiffstats
path: root/src/extract-nix.sh
diff options
context:
space:
mode:
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 "$@"