mrss.sh: mark articles as read
This commit is contained in:
parent
4d0c47e2c9
commit
05826853b7
@ -59,6 +59,10 @@ sub_read() {
|
|||||||
else
|
else
|
||||||
xdg-open $LINK &
|
xdg-open $LINK &
|
||||||
fi
|
fi
|
||||||
|
if [ -h "$art" ]; then
|
||||||
|
# remove symlinks from new/
|
||||||
|
rm "$art"
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -n "$VID" ]; then
|
if [ -n "$VID" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user