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