add export function reachable
This commit is contained in:
parent
cedbbe47b6
commit
6c1667b66f
1 changed files with 1 additions and 0 deletions
|
@ -126,3 +126,4 @@ echo "bashrc_add sourced" 2>&1 |tee -a ${MYSHELLCONFIG_LOGFILE} >&2
|
|||
# Export several functions for being usable in subshells
|
||||
export -f token
|
||||
export -f sudo
|
||||
export -f reachable
|
||||
|
|
Loading…
Reference in a new issue