news always checks for latest descriptions

This commit is contained in:
James Tomasino 2020-04-26 13:08:01 +00:00
parent 3a37b90078
commit 1e1d886eb2
1 changed files with 3 additions and 5 deletions

View File

@ -1,9 +1,7 @@
#!/bin/sh
if [ -f "$HOME/.jnewsrc" ]; then
slrn
else
if [ ! -f "$HOME/.jnewsrc" ]; then
# need to create newsrc
slrn --create
slrn -d
fi
slrn -d
slrn