diff options
| author | Mike Vink <ivi@vinkies.net> | 2025-03-06 20:03:39 +0000 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2025-03-06 20:03:39 +0000 |
| commit | 3b470ff3debe8fcb3c7e4d3383fab4acaa9ed7a9 (patch) | |
| tree | b3b1ad19a223853c6362b6156a1ea5cd14911d0b /.local/bin | |
| parent | 6cd5491f5abc58fae273299dd49628c39560ba21 (diff) | |
upst
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/desktop-open-pipe | 1 | ||||
| -rwxr-xr-x | .local/bin/ghostty | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/desktop-open-pipe b/.local/bin/desktop-open-pipe index 4989780..b739379 100755 --- a/.local/bin/desktop-open-pipe +++ b/.local/bin/desktop-open-pipe @@ -2,6 +2,5 @@ echo listening for open commands loop { let line = nc -l 127.0.0.1 1994 - echo $line | save --append /tmp/debuglogs try { bash -c $"open ($line)" } } diff --git a/.local/bin/ghostty b/.local/bin/ghostty new file mode 100755 index 0000000..13f4793 --- /dev/null +++ b/.local/bin/ghostty @@ -0,0 +1,2 @@ +#!/bin/sh + |
