added news wrapper for slrn

This commit is contained in:
James Tomasino 2019-04-25 13:03:21 -04:00
parent ed37b681b7
commit 43574807a6
1 changed files with 9 additions and 0 deletions

9
bin/news Executable file
View File

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