diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-10-10 11:29:09 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-10-10 11:29:09 +0200 |
| commit | 7cb810089144d42d202e0b267235174d7869c5aa (patch) | |
| tree | 579008fbb822bc78412e3604909e94a4711cfeaf /misc | |
| parent | 732e6a47ded496cd224e1cfadc2106b04dcf6859 (diff) | |
checkpoint
Diffstat (limited to 'misc')
| -rwxr-xr-x | misc/tmux.sh | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
