Skip to content

Instantly share code, notes, and snippets.

@likai24
Created June 23, 2016 04:27
Show Gist options
  • Save likai24/d684ca1c68955dca940121044b1af820 to your computer and use it in GitHub Desktop.
Save likai24/d684ca1c68955dca940121044b1af820 to your computer and use it in GitHub Desktop.
用来打印help的脚本
#!/usr/bin/env bash
#
# help function
#
# @version : 0.0.1
#
#
#############################################
function help () {
echo -e "\033[1m${1}\033[0m" 1>&2
exit 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment