You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
428 B
Bash
13 lines
428 B
Bash
# linux script framework header file
|
|
# Longwei Lai
|
|
###################################################################
|
|
|
|
____FWK_SCRIPT_PATH="$(cd "${MISC_SCRIPTS_PATH}" && pwd)"
|
|
|
|
source "${____FWK_SCRIPT_PATH}/lnx_fwk_log.sh"
|
|
source "${____FWK_SCRIPT_PATH}/lnx_fwk_path.sh"
|
|
source "${____FWK_SCRIPT_PATH}/lnx_fwk_progress.sh"
|
|
source "${____FWK_SCRIPT_PATH}/lnx_fwk_faketime.sh"
|
|
source "${____FWK_SCRIPT_PATH}/lnx_fwk_uwsgi.sh"
|
|
|