Saturday, 24 August 2013

Compile contents of clipboard

Compile contents of clipboard

How can i compile the contents of the clipboard, i tried the command
pbpaste | gcc but it did not work it gave the error
i686-apple-darwin11-llvm-gcc-4.2: no input files I have been told that I
should use a temporary file with the command mktemp but I could not get it
to work.

No comments:

Post a Comment