mpw/verbatim/makefile.sh

8 lines
87 B
Bash

#!/usr/bin/sh
infile="$1"
cpp "$infile" | fgrep "=" | sed -e "s/^ *//g; s/, *//g;"