summaryrefslogtreecommitdiff
path: root/misc/tmux.sh
blob: 24596b72be5474ffc34ddc2072963d16c1511e38 (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