summaryrefslogtreecommitdiff
path: root/mut/bin
diff options
context:
space:
mode:
authorMike Vink <59492084+ivi-vink@users.noreply.github.com>2025-01-22 13:23:29 +0000
committerMike Vink <59492084+ivi-vink@users.noreply.github.com>2025-01-22 13:23:29 +0000
commit0ab80470397dd38a0fe9f4d89d3a39dc0efa48fb (patch)
treec563a11689c3999b97fa973292f4470e52b20ff8 /mut/bin
parent3000da50139ff3b044c5742140bc1ede8e3f4ad6 (diff)
fix opening links
Diffstat (limited to 'mut/bin')
-rwxr-xr-xmut/bin/desktop-open-pipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/mut/bin/desktop-open-pipe b/mut/bin/desktop-open-pipe
index 796bc5b..338929d 100755
--- a/mut/bin/desktop-open-pipe
+++ b/mut/bin/desktop-open-pipe
@@ -3,5 +3,5 @@ echo listening for open commands
loop {
let line = nc -l 127.0.0.1 1994
echo $line | save --append /tmp/debuglogs
- ^open $line
+ try { ^open $line }
}