# info: a barebones recipe (startingpoint for own recipe)

hello(){ header myrecipe;  }
world(){ print helloworld; }

mycmd(){ # mycmd [myopt] : simple example cmd 
  echo "howdy! $1"
}

on hello world
