10 lines
205 B
Bash
Executable File
10 lines
205 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
tmux rename-window work
|
|
tmux rename-window home
|
|
$(dirname $0)/window-auto
|
|
|
|
tmux new-window -c ~/Projects/modularml/modular
|
|
tmux rename-window modularml/modular
|
|
$(dirname $0)/window-auto
|