Last active
December 15, 2015 21:58
-
-
Save zsxwing/5329198 to your computer and use it in GitHub Desktop.
Convenient way to write a usage function.
This file contains hidden or 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
usage() { | |
cat <<END; | |
ez_mail TITLE CONTENT FROM_ADDRESS RECIEVER_ADDRESS | |
EXAMPLE | |
ez_mail 'Hello World!' 'Hi!' [email protected] [email protected] | |
END | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment