温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

Shell编程风格模板

发布时间:2020-06-22 08:46:10 来源:网络 阅读:352 作者:在你的左边 栏目:开发技术
#!/bin/bash
#=======================================================================================
#
#           FILE:    Bash_Code_Style.txt
#   
#          USAGE:    Bash_Code_Style.txt [-h] [Copy Bash_Code_Style]
#
#    DESCRIPTION:    Copy bash style guide and coding standard .
#                    The default copy example is the current text .
#                    Dont.t find text on other directories .
#
#        OPTIONS:    see fuction 'usage' below 
#   REQUIREMENTS:    ---
#           BUGS:    ---
#          NOTES:    --- 
#         AUTHOR:    Dr.-Vision. Simple(sp)
#        COMPANY:    China
#        VERSION:    1.0
#        CREATED:    12.07.2015 - 10:15:30
#       REVISION:    12.07.2015
#        PROJECT:    XXX
#      COPYRITHT:    Copyright(c)2002-2020 XXXShell, All Rights Reserved
#
#=======================================================================================

#If required, additional information has to be added (e.g copyright note,project assignment).


#   Function comments

#===   FUNCTION     ====================================================================
#      NAME:        
#   DESCRIPTION:    Display usage information for this script.
#  PARAMETER  1:    ---
#=======================================================================================


#   Section comments

#---------------------------------------------------------------------------------------
#   delete links, if demanded write logfile
#---------------------------------------------------------------------------------------

#   line end comments


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI