It would be great to be able to pipe into `c` : ```sh cat file.c | c ``` ```sh c < file.c ``` This would allow the use of tools that compile into c such as [awib](https://github.com/matslina/awib).