Sandata templates - new states - and cleaning some other things. Started a script to better manager multiple client's templates
This commit is contained in:
6
Custom_Templates/customer_templates/tmux-template-windows.sh
Executable file
6
Custom_Templates/customer_templates/tmux-template-windows.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "New window created with name $1"
|
||||
tmux new-window -n $1
|
||||
window=$1
|
||||
tmux send-keys -t "$window" C-z "cd ./$1" Enter
|
||||
Reference in New Issue
Block a user