aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-11-02 18:42:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-11-02 18:42:45 -0300
commit6c70ea5d23fd236bbd5f69e29242445a6bbd9649 (patch)
treeb72e99e5b139d97821516b8cc096f559739f4a8b
parentd64f0bf154d21457a92647d6abbac910d45fcd87 (diff)
downloadscripts-6c70ea5d23fd236bbd5f69e29242445a6bbd9649.tar.gz
scripts-6c70ea5d23fd236bbd5f69e29242445a6bbd9649.tar.bz2
Feat: show: fixes (3)
-rwxr-xr-xshow1
1 files changed, 1 insertions, 0 deletions
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
}