Sandata templates - new states - and cleaning some other things. Started a script to better manager multiple client's templates
This commit is contained in:
@ -7,6 +7,7 @@
|
|||||||
>
|
>
|
||||||
<option class="second-login-state-option" value="" selected>Select a state</option>
|
<option class="second-login-state-option" value="" selected>Select a state</option>
|
||||||
<option class="second-login-state-option" value="AZ">Arizona</option>
|
<option class="second-login-state-option" value="AZ">Arizona</option>
|
||||||
|
<option class="second-login-state-option" value="AR">Arkansas</option>
|
||||||
<option class="second-login-state-option" value="CA">California</option>
|
<option class="second-login-state-option" value="CA">California</option>
|
||||||
<option class="second-login-state-option" value="CO">Colorado</option>
|
<option class="second-login-state-option" value="CO">Colorado</option>
|
||||||
<option class="second-login-state-option" value="CT">Connecticut</option>
|
<option class="second-login-state-option" value="CT">Connecticut</option>
|
||||||
|
|||||||
0
Custom_Templates/customer_templates/customcss.js
Normal file → Executable file
0
Custom_Templates/customer_templates/customcss.js
Normal file → Executable file
0
Custom_Templates/customer_templates/test.md
Normal file → Executable file
0
Custom_Templates/customer_templates/test.md
Normal file → Executable file
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