#!/bin/sh # $Id$ while :; do case "$1" in -lang*) shift shift ;; -debug) shift ;; *) break ;; esac done for i do @awk@ ' #awksrc ' "$i" done