Introduction
Introduction Statistics Contact Development Disclaimer Help
remove bashism, isnt needed anyway - ii - irc it, simple FIFO based irc client
git clone git://git.suckless.org/ii
Log
Files
Refs
README
LICENSE
---
commit 53500aea6ecee6f8ed5a220ed1cf39fe2970e588
parent 9dfc1526f92a033d8f5cb90b2b4a523e91bd621e
Author: Nico Golde <[email protected]>
Date: Sat, 23 May 2009 17:17:46 +0200
remove bashism, isnt needed anyway
Diffstat:
M query.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/query.sh b/query.sh
@@ -20,7 +20,7 @@ do
# strip server, nickserv and channel out files
echo $i | egrep -v -i "nickserv|#|$IRCPATH/(irc\.freenode\.net|irc\.of…
if [ $? -ne 1 ]; then
- echo -e "new data in: $i\n========================================…
+ echo "new data in: $i\n===========================================…
tail -5 $i
fi
fi
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.