From 88f0243428c4cf39029c8ffc5a7e1634951158a0 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Wed, 21 Jan 2026 10:36:12 +0100 Subject: add comments to some scripts --- via-feed | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'via-feed') diff --git a/via-feed b/via-feed index ff9701d..d0d2544 100755 --- a/via-feed +++ b/via-feed @@ -5,8 +5,15 @@ cache="$HOME/.cache/via" if [[ "$1" == "-r" ]] || [[ ! -e "$cache" ]]; then cat "$HOME/.config/via/shortcuts" > "$cache" cat "$HOME/.config/via/websites" >> "$cache" - find "$HOME" -mindepth 1 \( -type d -name ".*" ! -path "$HOME/.scripts" -o -path "$HOME/cell" -o -path "$HOME/phone/*" \) -prune -o -print | sort >> "$cache" - # notify-send "via cache updated." + find "$HOME" -mindepth 1 \ + \( \ + -type d -name ".*" ! -path "$HOME/.scripts" \ + -o -path "$HOME/cell" \ + -o -path "$HOME/phone/*" \ + \) -prune \ + -o -print \ + | sort >> "$cache" + # notify-send "via cache updated." fi if [ "$CRON" = "1" ]; then -- cgit v1.2.3