Created
June 23, 2016 04:27
-
-
Save likai24/d684ca1c68955dca940121044b1af820 to your computer and use it in GitHub Desktop.
用来打印help的脚本
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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