#!/bin/sh


grep mode_def $1 |
sed "s/mode_def //;s/ .*% / '/;s/\$/' /" |
egrep -v "^(help|%)"
