phpsw-sculpin-demo/.tmux-sessionizer

13 lines
212 B
Text
Raw Permalink Normal View History

2024-02-06 08:00:00 +00:00
#!/usr/bin/env bash
export PATH="${PATH}:./vendor"
tmux new-window -dn shell
tmux new-window -dn server
tmux send-keys -t server "sculpin generate --server --watch" Enter
xdg-open http://localhost:8000
nvim