diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-08-03 00:04:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-08-03 00:04:52 -0300 |
commit | dc6f43c17637647a5669d5f81544ed841176faf8 (patch) | |
tree | d1dbec78012397621b92d81f3da83628dfd93c40 | |
parent | 889dbe5574fba55511329991f763031e2d7bc0e0 (diff) | |
download | scripts-dc6f43c17637647a5669d5f81544ed841176faf8.tar.gz scripts-dc6f43c17637647a5669d5f81544ed841176faf8.tar.bz2 |
Fix: show: use a more specific .doclist instead of .filelist
-rwxr-xr-x | show | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |