diff --git a/removeComments.sh b/removeComments.sh new file mode 100755 index 0000000..85b7611 --- /dev/null +++ b/removeComments.sh @@ -0,0 +1,2 @@ +#!/bin/sh +gcc -fpreprocessed -dD -E -P annotated.c > tinywm.c