diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-11 15:05:30 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-11 15:05:30 +0100 |
| commit | f18383243b2da10f537b090e49100e1f96affd93 (patch) | |
| tree | b94ee0e56563a04d2fe829fbf3304c901bee4748 | |
| parent | ae8ec48e9a97bf38cb10c7fb7bac00ec53cccc86 (diff) | |
| download | scripts-f18383243b2da10f537b090e49100e1f96affd93.tar.gz scripts-f18383243b2da10f537b090e49100e1f96affd93.zip | |
Fixed requirement
| -rwxr-xr-x | open-url | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | # Open link in preferred application | 3 | # Open link in preferred application |
| 4 | # Requires: mail-compose, xsel (optional) | 4 | # Requires: mail-compose, spawn, xsel (optional) |
| 5 | 5 | ||
| 6 | browser=${BROWSER:-firefox} | 6 | browser=${BROWSER:-firefox} |
| 7 | imageviewer=${IMAGEVIEWER:-imv} | 7 | imageviewer=${IMAGEVIEWER:-imv} |
