From 74b68892112f8bcfe47d8f1eec01a62ed7d791a2 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 5 Mar 2023 12:31:53 +0100 Subject: updated dmpdf to new directory names --- bin/guiscripts/dmpdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/guiscripts/dmpdf b/bin/guiscripts/dmpdf index b13eba9..cf1f0dd 100755 --- a/bin/guiscripts/dmpdf +++ b/bin/guiscripts/dmpdf @@ -1,6 +1,6 @@ #!/bin/bash -find ${1:-~/docs ~/dl} 2> /dev/null | grep -E ".+\.pdf" | sort > /tmp/dmpdf +find ${1:-~/docs ~/Downloads} 2> /dev/null | grep -E ".+\.pdf" | sort > /tmp/dmpdf choice="$(\ sed 's|^/home/aluc|\~| ; s|\([^/]\)[^/]*/|\1/|g' /tmp/dmpdf \ | awk '{printf "%s %s\n", NR ":", $0}' \ -- cgit v1.2.3