aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-01 10:35:46 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-01 10:35:46 +0100
commitbea38c1ce49b5e5e60e4e9f9261ec176ff59cd3c (patch)
treeb13d0f3aba836918c9d7aea243cf7ffa9c83a495
parent55384b992b17ffb2a2d0b36ae8dd251c788ff71a (diff)
downloadscripts-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-xxplumb2
1 files changed, 1 insertions, 1 deletions
diff --git a/xplumb b/xplumb
index c1ec6c9..68b8cda 100755
--- a/xplumb
+++ b/xplumb
@@ -59,7 +59,7 @@ tryurl() {
59 ( [ -n "$url" ] && $browser $url ) || return 1 59 ( [ -n "$url" ] && $browser $url ) || return 1
60} 60}
61 61
62open-file -s spawn "$text" || \ 62#open-file -s spawn "$text" || \
63tryurl "$text" || \ 63tryurl "$text" || \
64trymail "$text" || \ 64trymail "$text" || \
65tryman "$text" || \ 65tryman "$text" || \

Generated with cgit - Back to sebastiano.tronto.net