summaryrefslogtreecommitdiff
path: root/misc/tmux.sh
blob: 15377b8c64aff1ac73606cbb2900300f70669384 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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