1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-01 16:28:53 +00:00

9 lines
141 B
Bash
Raw Normal View History

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