#!/bin/sh
#
# Find hidden switches in mmh source code.

grep '{.*-[0-9][0-9]* *}' "$@"
