diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-05 11:08:02 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-05 11:08:02 +0200 |
commit | e65c4781b46a41539dccbfdb23250d28bdc8ed17 (patch) | |
tree | cc7f57a37e5509d9b138f4755d973491f6d2c366 /cheat | |
parent | ba724d5d8e4a487f2d11dd702d2d042133e69ed2 (diff) | |
download | dotfiles_ascii-e65c4781b46a41539dccbfdb23250d28bdc8ed17.tar.xz dotfiles_ascii-e65c4781b46a41539dccbfdb23250d28bdc8ed17.zip |
Add cheat for irc
Diffstat (limited to '')
-rw-r--r-- | cheat/.cheat/irc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cheat/.cheat/irc b/cheat/.cheat/irc index d627438..a19489a 100644 --- a/cheat/.cheat/irc +++ b/cheat/.cheat/irc @@ -1,2 +1,5 @@ # Search for me please rm log.txt; for i in {8..0};do echo Getting log from $(date --date="$i day ago" +"%Y-%m-%d")...; curl -s "https://khaganat.net/irc/logs/%23khanat/%23khanat.$(date --date="$i day ago" +"%Y-%m-%d").log" >> log.txt; done; pseudo="neodarz"; cat log.txt | grep -v "<$pseudo" | grep "$pseudo" + +# Close a buffer +/close |