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 f376c25d72b12a1a4db4f0343bd00af1915a5504
parent c83403471e0d54e6df7e5d7bbf85260f31fa06df
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 30 Mar 2021 12:39:53 +0200

fix formatting

Diffstat:
Mindex.dcgi | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/index.dcgi b/index.dcgi @@ -17,12 +17,13 @@ if [ -n "${search}" ]; then mv "${tmpdb}" "${polldb}" fi +printf '\n' + if [ -r "$polldescription" ]; then cat "$polldescription" fi -printf '\n' -printf '[7|New choice: _______|/%s|server|port]\n\n' "$polldir" +printf '[7|Your choice: _______|/%s|server|port]\n\n' "$polldir" printf 'Ranking:\n\n' sort "${polldb}" \