|
@ -116,7 +116,7 @@ fn_fetch_core_dl |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Command |
|
|
# Commands |
|
|
|
|
|
|
|
|
command_console.sh(){ |
|
|
command_console.sh(){ |
|
|
functionfile="${FUNCNAME}" |
|
|
functionfile="${FUNCNAME}" |
|
@ -263,6 +263,11 @@ functionfile="${FUNCNAME}" |
|
|
fn_fetch_function |
|
|
fn_fetch_function |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
check_tmuxception.sh(){ |
|
|
|
|
|
functionfile="${FUNCNAME}" |
|
|
|
|
|
fn_fetch_function |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Compress |
|
|
# Compress |
|
|
|
|
|
|
|
@ -299,6 +304,7 @@ functionfile="${FUNCNAME}" |
|
|
fn_fetch_function |
|
|
fn_fetch_function |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Fix |
|
|
# Fix |
|
|
|
|
|
|
|
|
fix.sh(){ |
|
|
fix.sh(){ |
|
|