summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2025-06-25 11:34:08 +0800
committerMike Vink <ivi@vinkies.net>2025-06-25 11:34:33 +0800
commit49c4a121cc6ca89a79eb55149719edd5ae08dffe (patch)
tree27ded4822e895f6021e1937ee11bc553d0ed9548 /.local
parenteb827a945cb7035859a47ca243559659d48d87dc (diff)
music and dtach fix
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/workfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/workfs b/.local/bin/workfs
index 91c3a0a..d099dea 100755
--- a/.local/bin/workfs
+++ b/.local/bin/workfs
@@ -6,5 +6,5 @@ then
rmdir "$dir"
else
mkdir -p "$dir"
- echo sshfs "$WORKSSH:/Users/$USER" "$dir"
+ sshfs "$WORKSSH:/Users/$USER" "$dir"
fi