verify-account
上传用户:quxuerui
上传日期:2018-01-08
资源大小:41811k
文件大小:0k
源码类别:

网格计算

开发平台:

Java

  1. #!/bin/sh
  2. # This script file is a stub for systems that might want to include
  3. # checks for the account name that is passed to HOD. It will be
  4. # launched by HOD with the account name as an argument. The script
  5. # should return a zero exit code if the account is valid, and a
  6. # non zero exit code otherwise. Any output that the script generates
  7. # would be reported to the user by HOD, in case of a non-zero exit
  8. # code.
  9. #
  10. # By default, the script does nothing and returns a zero exit code.
  11. exit 0