gph-poll

a dynamic poll for geomyidae(8)
git clone git://src.adamsgaard.dk/gph-poll # fast
git clone https://src.adamsgaard.dk/gph-poll.git # slow
Log | Files | Refs | LICENSE Back to index

commit 9419e6f9379e509a32bfc81678d3887556f0c1e0
parent afc543e950f5de12d04241690ddcc9e555ce744e
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 30 Mar 2021 21:36:32 +0200

make answers case insensitive

Diffstat:
Mindex.dcgi | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.dcgi b/index.dcgi @@ -28,7 +28,7 @@ fi if [ -r "$polldb" ]; then printf '\nRanking:\n\n' sort "${polldb}" \ - | uniq -c \ + | uniq -ci \ | sort -nr \ | while read -r count option; do printf '[1|(%s) %s|/%s?%s|server|port]\n' \