diff options
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 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 |
