| # Author: Robert Story <rstory@freesnmp.com> |
| ######################################################################## |
| ######################################################################## |
| # find nsb-platform based on the path to this script |
| if [ -f $EXE_PATH/nsb-functions ];then |
| . $EXE_PATH/nsb-functions |
| elif [ -f $HOME/bin/nsb-functions ]; then |
| . $HOME/bin/nsb-functions |
| elif [ -f nsb-functions ];then |
| echo "Cannot find nsb-functions in $EXE_PATH, $HOME/bin or $PWD" |
| ######################################################################## |
| ######################################################################## |