topical media & game development

talk show tell print

basic-shell-11-debug-sp.sh / sh



  
  # Shows an error.
  echo -n "Please enter the amount of purchase: "
  read amount
  echo
  
  echo -n "Please enter the total sales tax: "
  read rate
  echo
  
  if [rate -lt 3 ]
  then
      echo "Sales tax rate is too small."
  fi
  


(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.