From dc6f43c17637647a5669d5f81544ed841176faf8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 3 Aug 2024 00:04:52 -0300 Subject: Fix: show: use a more specific .doclist instead of .filelist --- show | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/show b/show index a2a118c..102baae 100755 --- a/show +++ b/show @@ -8,7 +8,7 @@ PROGRAM="$0" BASENAME="`basename $0`" DOCS="$HOME/data/doc" BIBLIO="$DOCS/bibliographies" -FILELIST=".filelist" +FILELIST=".doclist" LIST="$DOCS/$FILELIST" DOC_PATTERN=".*\.(txt|doc|docx|rtf|pdf|sxc|csv|odt|odf|ods|xls|xlsx|ppt|epub|mobi|djvu|lit)" FIND_OPTS="-regextype posix-egrep -iregex" -- cgit v1.2.3