diff options
Diffstat (limited to 'cppstdin')
-rwxr-xr-x | cppstdin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cppstdin b/cppstdin new file mode 100755 index 0000000000..908d4941d7 --- /dev/null +++ b/cppstdin @@ -0,0 +1 @@ +cat >.$$.c; cc -E ${1+"$@"} .$$.c; rm .$$.c |