#!/bin/sh book=`ls $HOME/Books/ | dmenu -i -l 15` if [ ! -z "$book" ] then zathura "$HOME/Books/$book" fi