mpw/verbatim/makefile.sh

8 lines
83 B
Bash

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