diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-05 12:31:53 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-05 12:31:53 +0100 |
commit | 74b68892112f8bcfe47d8f1eec01a62ed7d791a2 (patch) | |
tree | e0ab21f3c44b9752a6e1c20d888659667da5f776 | |
parent | c464ed60ff355be8c686f9bfc88dbba468217d43 (diff) |
updated dmpdf to new directory names
-rwxr-xr-x | bin/guiscripts/dmpdf | 2 |
1 files changed, 1 insertions, 1 deletions
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}' \ |