diff options
author | filip <“filip.rabiega@gmail.com”> | 2025-10-10 19:10:02 +0200 |
---|---|---|
committer | filip <“filip.rabiega@gmail.com”> | 2025-10-10 19:10:02 +0200 |
commit | 807de46d3a3cbef9a3c3c104f6db87b142e6eed5 (patch) | |
tree | 61a1a9bc26daad623ce6c04bb66ae39133ef0261 /buku-dmenu | |
parent | 08204fc9b9f63015a1dc083b471c6839818eeb59 (diff) | |
download | chadscripts-807de46d3a3cbef9a3c3c104f6db87b142e6eed5.tar.gz chadscripts-807de46d3a3cbef9a3c3c104f6db87b142e6eed5.tar.bz2 chadscripts-807de46d3a3cbef9a3c3c104f6db87b142e6eed5.zip |
used shfmt
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 |