mpw/verbatim/makefile.sh

8 lines
87 B
Bash
Raw Normal View History

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