first collection of useful scripts

This commit is contained in:
shockrahwow
2019-05-15 01:51:58 -07:00
commit 57dfb50219
13 changed files with 51 additions and 0 deletions

3
bread Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
book=$(ls $HOME/Books/ | dmenu -l 15)
zathura "$HOME/Books/$book"