diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-11-02 18:42:45 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-11-02 18:42:45 -0300 |
commit | 6c70ea5d23fd236bbd5f69e29242445a6bbd9649 (patch) | |
tree | b72e99e5b139d97821516b8cc096f559739f4a8b | |
parent | d64f0bf154d21457a92647d6abbac910d45fcd87 (diff) | |
download | scripts-6c70ea5d23fd236bbd5f69e29242445a6bbd9649.tar.gz scripts-6c70ea5d23fd236bbd5f69e29242445a6bbd9649.tar.bz2 |
Feat: show: fixes (3)
-rwxr-xr-x | show | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ MAX_AGE="86400" # Update the filelist function __update_filelist { + echo "Generating new filelist..." cd $DOCS && find . -not -path '*.git*' > $LIST } |