aboutsummaryrefslogtreecommitdiff
path: root/show
diff options
context:
space:
mode:
Diffstat (limited to 'show')
-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
}