From 9da7e789a17a2d527e55f3d5314c53fbdf564e1c Mon Sep 17 00:00:00 2001 From: handuel Date: Mon, 5 May 2014 11:45:00 +0100 Subject: [PATCH] Added a script to remove the comments from annotated.c --- removeComments.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 removeComments.sh 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