case"$1"in
  start)echo"Start" ;;
  stop)echo"Stop" ;;
  *)echo"Usage: start|stop" ;;esac