come to cluecon will ya

This commit is contained in:
Anthony Minessale 2012-07-06 17:54:17 -05:00
parent 16cb32cd5c
commit 2bd7155ebd
1 changed files with 8 additions and 0 deletions

8
cc.sh Executable file
View File

@ -0,0 +1,8 @@
cc=`cat cluecon.tmpl | sed 's/\\\\/\\\\\\\\/g' | awk '{printf "%s\\\\n", $0}' `
cat <<EOF > src/include/cc.h
const char *cc = "$cc";
EOF