diff --git a/Custom_Templates/customer_templates/Sandata Learn/_sign_up_follow_up_states_dropdown.html.liquid b/Custom_Templates/customer_templates/Sandata Learn/_sign_up_follow_up_states_dropdown.html.liquid index 0ca89139..7a16bf55 100644 --- a/Custom_Templates/customer_templates/Sandata Learn/_sign_up_follow_up_states_dropdown.html.liquid +++ b/Custom_Templates/customer_templates/Sandata Learn/_sign_up_follow_up_states_dropdown.html.liquid @@ -7,6 +7,7 @@ > + diff --git a/Custom_Templates/customer_templates/customcss.js b/Custom_Templates/customer_templates/customcss.js old mode 100644 new mode 100755 diff --git a/Custom_Templates/customer_templates/test.md b/Custom_Templates/customer_templates/test.md old mode 100644 new mode 100755 diff --git a/Custom_Templates/customer_templates/tmux-template-windows.sh b/Custom_Templates/customer_templates/tmux-template-windows.sh new file mode 100755 index 00000000..928e67db --- /dev/null +++ b/Custom_Templates/customer_templates/tmux-template-windows.sh @@ -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