diff options
Diffstat (limited to '')
-rw-r--r-- | .bashrc_netwrix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.bashrc_netwrix b/.bashrc_netwrix index a7bf8dc..4a33947 100644 --- a/.bashrc_netwrix +++ b/.bashrc_netwrix @@ -1,3 +1,7 @@ +[ ! -z "${BASHRC_NETWRIX+x}" ] && return || readonly BASHRC_NETWRIX=1 + +source .bashrc_text || return + nwx_host=172.28.10.2 nwx_dev2=172.28.19.60 nwx_dev3=172.28.19.61 |