Add gcc file read

This is an improved version with respect to #138.

Close #138.
This commit is contained in:
Andrea Cardaci 2020-09-27 11:27:28 +02:00
parent c9f5c065c0
commit 04b29456a6

View File

@ -1,5 +1,9 @@
--- ---
functions: functions:
file-read:
- code: |
LFILE=file_to_read
gcc -x c -E "$LFILE"
shell: shell:
- code: gcc -wrapper /bin/sh,-s . - code: gcc -wrapper /bin/sh,-s .
sudo: sudo: