diff options
Diffstat (limited to 'buku-dmenu')
-rwxr-xr-x | buku-dmenu | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ #!/bin/bash -if [ "$1" == "--help" ] ; then - echo "Run the script, start typing until the desired bookmark is selected." - echo "buku and dmenu must be installed." - return 1 +if [ "$1" == "--help" ]; then + echo "Run the script, start typing until the desired bookmark is selected." + echo "buku and dmenu must be installed." + return 1 fi # get all bmks | swap tabs for spaces | run dmenu | cut to ID | run buku if not empty |