Update
This commit is contained in:
parent
32c970116f
commit
70268f003f
17 changed files with 1007 additions and 247 deletions
|
@ -6,9 +6,10 @@ clear
|
|||
HELPER_SCRIPT_FOLDER="$( cd "$( dirname "${0}" )" && pwd )"
|
||||
for script in "${HELPER_SCRIPT_FOLDER}/scripts/"*.sh; do . "${script}"; done
|
||||
for script in "${HELPER_SCRIPT_FOLDER}/scripts/menu/"*.sh; do . "${script}"; done
|
||||
for script in "${HELPER_SCRIPT_FOLDER}/scripts/menu/3V3/"*.sh; do . "${script}"; done
|
||||
for script in "${HELPER_SCRIPT_FOLDER}/scripts/menu/K1/"*.sh; do . "${script}"; done
|
||||
for script in "${HELPER_SCRIPT_FOLDER}/scripts/menu/KE/"*.sh; do . "${script}"; done
|
||||
for script in "${HELPER_SCRIPT_FOLDER}/scripts/menu/3V3/"*.sh; do . "${script}"; done
|
||||
for script in "${HELPER_SCRIPT_FOLDER}/scripts/menu/3KE/"*.sh; do . "${script}"; done
|
||||
for script in "${HELPER_SCRIPT_FOLDER}/scripts/menu/10SE/"*.sh; do . "${script}"; done
|
||||
|
||||
function update_helper_script() {
|
||||
echo -e "${white}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue