rice/bread

8 lines
98 B
Plaintext
Raw Permalink Normal View History

2019-09-09 23:31:19 +00:00
#!/bin/sh
book=`find $HOME/Books/ | dmenu -i -l 15`
if [ ! -z "$book" ]
2019-07-04 20:31:12 +00:00
then
zathura "$book"
2019-07-04 20:31:12 +00:00
fi