updated build/setup to match scwrypts v3
This commit is contained in:
15
.docker/session/show-warning
Executable file
15
.docker/session/show-warning
Executable file
@ -0,0 +1,15 @@
|
||||
#!/bin/zsh
|
||||
echo -e "\\033[1;31m=====================================================================\\033[0m
|
||||
|
||||
\\033[1;32mWelcome to Debugger!\\033[0m
|
||||
|
||||
You are now entering a root-privileged container with a variety of
|
||||
powerful tools. Be sure to exercise appropriate caution for your
|
||||
current use-case / environment!
|
||||
|
||||
\\033[1;32mGLHF <3\\033[0m
|
||||
|
||||
\\033[1;31m=====================================================================\\033[0m"
|
||||
|
||||
echo 'press Enter to continue'
|
||||
read
|
13
.docker/session/start-background
Executable file
13
.docker/session/start-background
Executable 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 \
|
||||
;
|
Reference in New Issue
Block a user