mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
9 lines
141 B
Bash
Executable File
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
|
|
|