#!/bin/bash
case $@  in hb) botsnack;; *) action gives $@ some cookies.;; esac
