From 8e479ee80741f7a89c34e6b9f6d867b84f4818a9 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 22 Feb 2019 08:37:37 +0100 Subject: show-irc-log: take last 3 days --- show-irc-log | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/show-irc-log b/show-irc-log index 1ae9214..9c709ff 100755 --- a/show-irc-log +++ b/show-irc-log @@ -13,7 +13,7 @@ fi find /mnt/archlinux32/irc-logs/#archlinux32/ \ -type f \ - -mtime -2 \ + -mtime -3 \ -name '*-*-*.html' | \ sort | \ while read -r s; do -- cgit v1.2.3-54-g00ecf