diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-01 10:35:46 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-01 10:35:46 +0100 |
| commit | bea38c1ce49b5e5e60e4e9f9261ec176ff59cd3c (patch) | |
| tree | b13d0f3aba836918c9d7aea243cf7ffa9c83a495 /xplumb | |
| parent | 55384b992b17ffb2a2d0b36ae8dd251c788ff71a (diff) | |
| download | scripts-bea38c1ce49b5e5e60e4e9f9261ec176ff59cd3c.tar.gz scripts-bea38c1ce49b5e5e60e4e9f9261ec176ff59cd3c.zip | |
The updates on open-file broke plumb, so I am just going to remove that line from here - I am never using it anyway
Diffstat (limited to '')
| -rwxr-xr-x | xplumb | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -59,7 +59,7 @@ tryurl() { | |||
| 59 | ( [ -n "$url" ] && $browser $url ) || return 1 | 59 | ( [ -n "$url" ] && $browser $url ) || return 1 |
| 60 | } | 60 | } |
| 61 | 61 | ||
| 62 | open-file -s spawn "$text" || \ | 62 | #open-file -s spawn "$text" || \ |
| 63 | tryurl "$text" || \ | 63 | tryurl "$text" || \ |
| 64 | trymail "$text" || \ | 64 | trymail "$text" || \ |
| 65 | tryman "$text" || \ | 65 | tryman "$text" || \ |
