4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
|
#!/bin/bash
|
||
|
book=$(ls $HOME/Books/ | dmenu -l 15)
|
||
|
zathura "$HOME/Books/$book"
|