码迷,mamicode.com
首页 > 系统相关 > 详细

Shell编程风格模板

时间:2017-02-07 17:03:18      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:bash   编程风格   

#!/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


本文出自 “关注后台设计” 博客,请务必保留此出处http://xleft.blog.51cto.com/955567/1895538

Shell编程风格模板

标签:bash   编程风格   

原文地址:http://xleft.blog.51cto.com/955567/1895538

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!