diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2026-05-03 11:16:51 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2026-05-03 11:16:51 -0400 |
| commit | c9755effd9382012ee8fd6c51e6a99376f9ed1ed (patch) | |
| tree | 5a25c17b7f4f854033628a43733cfc7c8023c1d5 /scripts/bookmarks | |
| parent | 5a80eb6ce6770dfafee8ae451a3d3397d7dd6065 (diff) | |
fix rdp and bookmarks scripts.
Diffstat (limited to 'scripts/bookmarks')
| -rwxr-xr-x | scripts/bookmarks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bookmarks b/scripts/bookmarks index 0f44727..bdff6bf 100755 --- a/scripts/bookmarks +++ b/scripts/bookmarks @@ -1,4 +1,4 @@ #!/bin/sh url=$(cat $MENULAUNCHER_DIR/bookmarks | fuzzel --dmenu -p "Bookmark: " | sed 's/^.*: //g') -[[ ! -z "$url" ]] && $BROWSER --new-tab $url & +[ ! -z "$url" ] && $BROWSER --new-tab $url |
