case $1 in start) #Start logic ;; stop) # Stop logic ;; *) # Default logic echo $"Usage: $0 {start|stop}" exit 1 ;; esac