xref
: /
freebsd
/
contrib
/
unifdef
/
tests
/
outfile.sh
(revision 608da65de9552d5678c1000776ed69da04a45983)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
unifdef
-
DFOO
=
1
-
DFOOB
=
42
-
UBAR
-ooutfile.c
if1.c
2
e
=$?
3
cat
outfile.c
4
rm
outfile.c
5
exit
$e
6