freeswitch/cc.sh
2012-07-06 17:54:21 -05:00

9 lines
141 B
Bash
Executable File

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