Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1. print_help()
  2. {
  3.     (
  4.     cat <<'    EOF'
  5.     This is a short description.
  6.     You can also do this.
  7.     Usage:
  8.       $0 [options] arguments
  9.  
  10.     Options:
  11.       -c, --copy               This is my option c.
  12.       -d, --delete             This is my option d.
  13.     EOF
  14.     ) | sed 's/^    //'
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement