Sandata templates - new states - and cleaning some other things. Started a script to better manager multiple client's templates

This commit is contained in:
Norm Rasmussen
2024-08-05 22:33:32 +02:00
parent 2309d6e75f
commit ce49f11950
4 changed files with 7 additions and 0 deletions

View 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