From 7cb810089144d42d202e0b267235174d7869c5aa Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 10 Oct 2025 11:29:09 +0200 Subject: checkpoint --- misc/tmux.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'misc/tmux.sh') diff --git a/misc/tmux.sh b/misc/tmux.sh index 96ce592..15377b8 100755 --- a/misc/tmux.sh +++ b/misc/tmux.sh @@ -1,6 +1,12 @@ #!/bin/sh +ThisDir="$(dirname "$(readlink -f "$0")")" +cd "$ThisDir" +cd .. + +start 4ed . tmux new-window './build/ws' tmux split-pane -h 'zsh' tmux select-pane -L tmux split-pane './misc/deploy.sh' +$BROWSER http://localhost:8000 -- cgit v1.2.3-70-g09d2