summaryrefslogtreecommitdiff
path: root/dz-feed
diff options
context:
space:
mode:
authorfilip <“filip.rabiega@gmail.com”>2026-01-18 11:44:26 +0100
committerfilip <“filip.rabiega@gmail.com”>2026-01-18 11:44:26 +0100
commit83954961af8b6337da100e038561f2fd975ac1fe (patch)
tree33a45dbf91cc4c0b8975287b9537db8aa272505f /dz-feed
parentafd02bfcce54e3252d356f34c25a155c855f3612 (diff)
downloadchadscripts-master.tar.gz
chadscripts-master.tar.bz2
chadscripts-master.zip
huge changesHEADmaster
Diffstat (limited to 'dz-feed')
-rwxr-xr-xdz-feed7
1 files changed, 3 insertions, 4 deletions
diff --git a/dz-feed b/dz-feed
index e11402b..3e90102 100755
--- a/dz-feed
+++ b/dz-feed
@@ -3,10 +3,9 @@
cache="$HOME/.cache/dz"
if [ "$1" = "-r" ] || [ ! -e "$cache" ]; then
- find "$HOME" -mindepth 1 \( -name ".*" -o -path "$HOME/cell" -o -path "$HOME/phone/*" \) -prune -o -print | \
- sed '/\.pdf$/!d' | sort > "$cache"
-
- notify-send "dz cache updated."
+ find "$HOME" -mindepth 1 \( -name ".*" -o -path "$HOME/cell" -o -path "$HOME/phone/*" \) -prune -o -print | \
+ sed '/\.pdf$/!d' | sort > "$cache"
+ # notify-send "dz cache updated."
fi
cat "$cache"