topical media & game development

talk show tell print

basic-shell-app-a-exercise-05-04.sh / sh



  # If the user forgets to pass the command-line
  # arguments, fill in defaults.
  
  case # in
  0)
      pithy_statement="Action, urgency, excellence"
      date_required=today
      ;;
  1)
      pithy_statement="Action, urgency, excellence"
      date_required=$1
      ;;
  *)
      pithy_statement=$2
      date_required=$1
      ;;
  esac
  
  wall <<EndOfText
  Please complete all TPS reports and have them
  on my desk by EOB date_required.
  
  Your cooperation in this matter helps the smooth
  flow of our departmental structure.
  
  pithy_statement!
  -Dick
  EndOfText
  
  echo "Message sent"
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.