From ec815de4fa22c36a096045a6ce6891c88cc9764c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 23 Feb 2019 05:49:39 +0100 Subject: show-irc-log: 3->4 days --- show-irc-log | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/show-irc-log b/show-irc-log index 9c709ff..76ad83d 100755 --- a/show-irc-log +++ b/show-irc-log @@ -13,7 +13,7 @@ fi find /mnt/archlinux32/irc-logs/#archlinux32/ \ -type f \ - -mtime -3 \ + -mtime -4 \ -name '*-*-*.html' | \ sort | \ while read -r s; do -- cgit v1.2.3-54-g00ecf