From aa66a780ff7bda018eabc504762311f07aef4bfd Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 4 Oct 2024 13:46:28 +0200 Subject: refactor(common/scritps/latex/extract_text_from_all): Remove The `lpm bundle
.tex` command acts as a better version of this command. --- common/scripts/latex/extract_text_from_all.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 common/scripts/latex/extract_text_from_all.sh (limited to 'common/scripts/latex/extract_text_from_all.sh') diff --git a/common/scripts/latex/extract_text_from_all.sh b/common/scripts/latex/extract_text_from_all.sh deleted file mode 100755 index 11b2ac4..0000000 --- a/common/scripts/latex/extract_text_from_all.sh +++ /dev/null @@ -1,8 +0,0 @@ -#! /usr/bin/env sh - -grep 'INPUT ./' ./build/main.fls | uniq | sed 's/INPUT //' | while read -r file; do - if ! [ "$(basename "$file")" = preamble.tex ] && ! [ "$(basename "$file")" = gymnasium.png ]; then - printf "\n%% Filename: %s\n" "$file" - grep -v '^\s*%' "$file" - fi -done -- cgit 1.4.1