首页 > 代码库 > Shell编程风格模板
Shell编程风格模板
#!/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编程风格模板
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。