Added MyManagingTools

This commit is contained in:
2024-10-15 20:42:35 +02:00
parent d30056cb74
commit a5f834d09e

View File

@@ -53,6 +53,15 @@ def init.myProjectManagement() {
cd $DEV_HOME cd $DEV_HOME
} }
def init.myManagingTools() {
workon MyManagingTools
DEV_HOME=~/Dev/MyManagingTools
export DEV_HOME
export USER_NAME
secrets.myManagingTools
cd $DEV_HOME
}
def init.myProjectManagement2() { def init.myProjectManagement2() {
workon MyProjectManagement2 workon MyProjectManagement2
DEV_HOME=~/Dev/MyProjectManagement2 DEV_HOME=~/Dev/MyProjectManagement2