mpw/verbatim/makefile.sh

8 lines
87 B
Bash
Raw Normal View History

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