mrss.sh: mark articles as read

This commit is contained in:
dogeystamp 2023-02-12 11:24:40 -05:00
parent 4d0c47e2c9
commit 05826853b7

View File

@ -59,6 +59,10 @@ sub_read() {
else
xdg-open $LINK &
fi
if [ -h "$art" ]; then
# remove symlinks from new/
rm "$art"
fi
done
if [ -n "$VID" ]; then