Skip to content
Snippets Groups Projects
Commit c9eb0623 authored by Rawel's avatar Rawel
Browse files

Suppress errors

parent ad3c15a9
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
gcc -fpreprocessed -dD -E words.c > words.txt
gcc -fpreprocessed -dD -E words.c > words.txt 2> /dev/null
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment