Skip to content

Instantly share code, notes, and snippets.

@mhtsai1010
Last active August 22, 2016 04:06
Show Gist options
  • Save mhtsai1010/6d8a7adc5fb6a2249b10 to your computer and use it in GitHub Desktop.
Save mhtsai1010/6d8a7adc5fb6a2249b10 to your computer and use it in GitHub Desktop.
Shell: script front-matter
#===============================================================================
#
# FILE: filename.sh
#
# USAGE: filename.sh [Options] [Arguments]
#
# DESCRIPTION: describe the purpose of this program.
#
# OPTIONS: see function ’usage’ below
# REQUIREMENTS: ---
# BUGS: ---
# AUTHOR: First-name Last-name (abbreviation), author@mail.address
# ORGANIZATION: company or organization name
# COPYRIGHT: (c) 2015 by team name
# VERSION: 0.0.0
# CREATED: YYYY-MM-DD - HH:MM:SS GMT+8
# REVISION: YYYY-MM-DD
#===============================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment