From: Silvio Rhatto Date: Mon, 2 Nov 2020 21:42:45 +0000 (-0300) Subject: Feat: show: fixes (3) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6c70ea5d23fd236bbd5f69e29242445a6bbd9649;p=scripts.git Feat: show: fixes (3) --- diff --git a/show b/show index 5e05ea6..8150403 100755 --- a/show +++ b/show @@ -13,6 +13,7 @@ MAX_AGE="86400" # Update the filelist function __update_filelist { + echo "Generating new filelist..." cd $DOCS && find . -not -path '*.git*' > $LIST }