diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-10-03 02:05:42 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-10-03 02:05:42 +0200 |
| commit | 732e6a47ded496cd224e1cfadc2106b04dcf6859 (patch) | |
| tree | 3ff22b5a6808e0970f8b94b15d162df2054078d9 /misc/tmux.sh | |
| parent | 449514853850adca190d7eba679f386c024aa929 (diff) | |
checkpoint
Diffstat (limited to 'misc/tmux.sh')
| -rwxr-xr-x | misc/tmux.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/tmux.sh b/misc/tmux.sh new file mode 100755 index 0000000..96ce592 --- /dev/null +++ b/misc/tmux.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +tmux new-window './build/ws' +tmux split-pane -h 'zsh' +tmux select-pane -L +tmux split-pane './misc/deploy.sh' |
