summaryrefslogtreecommitdiff
path: root/dz-feed
diff options
context:
space:
mode:
Diffstat (limited to 'dz-feed')
-rwxr-xr-xdz-feed6
1 files changed, 3 insertions, 3 deletions
diff --git a/dz-feed b/dz-feed
index 85c7c54..0b595ad 100755
--- a/dz-feed
+++ b/dz-feed
@@ -4,9 +4,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"