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: | 281 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 02:09:49 |
| Calls: | 2,401 |
| Files: | 5,160 |
| D/L today: |
118 files (36,682K bytes) |
| Messages: | 437,050 |