Browse Source

Wallabag

main
Yiğit Çolakoğlu 4 years ago
parent
commit
985d62776d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/dmenu-wallabag

+ 1
- 1
scripts/dmenu-wallabag View File

@ -16,7 +16,7 @@ usage() {
}
update_items(){
[ "$(date -r "$itemcache" "+%d-%m-%Y")" = "$(date '+%d-%m-%Y')" ] ||
[ "$(date -r "$itemcache" "+%d-%m-%Y %H")" = "$(date '+%d-%m-%Y') %H" ] ||
wallabag list | head -n -1 | tail -n +2 > $itemcache
}


Loading…
Cancel
Save