#!/bin/sh
# Extract the initialization actions for builtin things.

mwcc -E -DBEOS -DSCM_MAGIC_SNARFER $* | grep "^%%%" | sed -e "s/^%%%//"
