Files
openflow/subst
T
Ben Pfaff 9795d7d750 Update manpages to mention new --log-file option.
Move vlog option descriptions into a separate file lib/vlog.man that
is substituted into manpages.

Get rid of individual rules for substituting most files in favor of
a single suffix rule.  Unfortunately this loses the (Emacs-specific)
read-only markings but it simplifies the makefiles.
2008-10-23 14:07:26 -07:00

6 lines
45 B
Bash
Executable File

#! /bin/sh
exec sed -e "/^@$1@\$/{
r $2
d
}"