"helm" upgraded to community repository; added intro/exit message for clarity

This commit is contained in:
2022-11-17 11:57:50 -07:00
parent 45a568fddb
commit b95a92f9fc
2 changed files with 23 additions and 3 deletions

19
.docker/entrypoint Executable file
View File

@ -0,0 +1,19 @@
#!/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"
#####################################################################
zsh -l
#####################################################################
echo -e "\\033[1;31m=====================================================================\\033[0m
\\033[1;32mExiting Debugger; see you next time!\\033[0m
\\033[1;31m=====================================================================\\033[0m"