summaryrefslogtreecommitdiff
path: root/mut/bin
diff options
context:
space:
mode:
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 }
}