here's my problem:
i want to write a shell script and compile a c source code from the very same script using a Pipe to the gcc compiler. Like gcc -o Name_outputfile -x c - . I don't want to compile an external c file! The code should be in the same script. Is there a way to realize this? Thanks!