You might have noticed how lynx(1) displays by default a group description, while slrn(1) does not.
On 2020-05-08, Dacav Doe <dacav@tilde.institute> wrote:
You might have noticed how lynx(1) displays by default a group description, >> while slrn(1) does not.
We on cosmic have a lazy script wrapper for slrn called 'news' that
handles the basic --create & -d bits. Here's the source:
#!/bin/sh
if [ ! -f "$HOME/.jnewsrc" ]; then
# need to create newsrc
slrn --create
fi
slrn -d
slrn
Sysop: | deepend |
---|---|
Location: | Calgary, Alberta |
Users: | 255 |
Nodes: | 10 (0 / 10) |
Uptime: | 159:26:33 |
Calls: | 1,725 |
Calls today: | 5 |
Files: | 4,107 |
D/L today: |
12 files (9,998K bytes) |
Messages: | 393,011 |