updated build/setup to match scwrypts v3

This commit is contained in:
2023-06-27 18:30:02 -06:00
parent 1a64551465
commit dff8211b9d
11 changed files with 111 additions and 81 deletions

View File

@ -0,0 +1,13 @@
#!/bin/zsh
SESSION=debugger
tmux ls | grep -q "^$SESSION" && exit 0
#####################################################################
cd
tmux new -d -s $SESSION \
;
tmux new-window -t $SESSION -n \
'WARNING' /root/.wryn/.docker/session/show-warning \
;