summaryrefslogtreecommitdiff
path: root/misc/tmux.sh
blob: 84e506385dbd28e5d4e2f2fe278977d96fb5581d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

ThisDir="$(dirname "$(readlink -f "$0")")"
cd "$ThisDir"
cd ..
  
setsid 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