]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
come to cluecon will ya
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 6 Jul 2012 22:54:17 +0000 (17:54 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 6 Jul 2012 22:54:21 +0000 (17:54 -0500)
cc.sh [new file with mode: 0755]

diff --git a/cc.sh b/cc.sh
new file mode 100755 (executable)
index 0000000..85ab418
--- /dev/null
+++ b/cc.sh
@@ -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
+