freeswitch/cc.sh

9 lines
141 B
Bash
Raw Normal View History

2012-07-06 22:54:17 +00:00
cc=`cat cluecon.tmpl | sed 's/\\\\/\\\\\\\\/g' | awk '{printf "%s\\\\n", $0}' `
cat <<EOF > src/include/cc.h
const char *cc = "$cc";
EOF