nsb-platform
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. #!/bin/bash
  2. #
  3. # $Id: nsb-platform,v 1.2 2002/09/10 19:05:25 rstory Exp $
  4. # Author: Robert Story <rstory@freesnmp.com>
  5. #
  6. ########################################################################
  7. ########################################################################
  8. #
  9. # find nsb-platform based on te path to this script
  10. #
  11. EXE_PATH=${0%nsb-platform}
  12. EXE_PATH=${EXE_PATH%/}
  13. if [ -f $EXE_PATH/nsb-functions ];then
  14.    source $EXE_PATH/nsb-functions
  15. elif [ -f $HOME/bin/nsb-functions ]; then
  16.    source $HOME/bin/nsb-functions
  17. elif [ -f nsb-functions ];then
  18.    source nsb-functions
  19. else
  20.    echo "Cannot find nsb-functions in $EXE_PATH, $HOME/bin or $PWD"
  21.    exit 1
  22. fi
  23. ########################################################################
  24. ########################################################################
  25. nsb-sysname