inital commit
This commit is contained in:
3
.local/bin/tools/epdf
Executable file
3
.local/bin/tools/epdf
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
pdf="$(du -a --time ETH/ | awk '!($1="")' | sort -r | grep '\.pdf' | awk '!($1="")' | awk '!($1="")' | sed 's/^ //' | dmenu -l 20 )"
|
||||
[ -z $pdf ] || $READER "$pdf"
|
Reference in New Issue
Block a user