mpw/verbatim/makefile.sh

8 lines
83 B
Bash
Raw Normal View History

#!/bin/sh
2013-08-22 01:30:06 +00:00
infile="$1"
cpp "$infile" | fgrep "=" | sed -e "s/^ *//g; s/, *//g;"