#!/bin/zsh -f 

# mybom: lsbom the listed package with the given arguments
lsbom -p sfMUG /Library/Receipts/*"$1"*.pkg/Contents/Archive.bom; 


