add export function reachable

This commit is contained in:
Jakobus Schürz 2020-09-01 09:41:14 +02:00
parent cedbbe47b6
commit 6c1667b66f

View file

@ -126,3 +126,4 @@ echo "bashrc_add sourced" 2>&1 |tee -a ${MYSHELLCONFIG_LOGFILE} >&2
# Export several functions for being usable in subshells # Export several functions for being usable in subshells
export -f token export -f token
export -f sudo export -f sudo
export -f reachable