Skip to content

Instantly share code, notes, and snippets.

@astail
Created April 22, 2015 04:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astail/435681caec88143ff468 to your computer and use it in GitHub Desktop.
Save astail/435681caec88143ff468 to your computer and use it in GitHub Desktop.
usage() {
echo "引数を入力"
}
if [ -z "$1" ]
then
usage
exit 0
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment