]> git.ipfire.org Git - thirdparty/freeswitch.git/blob - cc.sh
version bump
[thirdparty/freeswitch.git] / cc.sh
1 cc=`cat cluecon.tmpl | sed 's/\\\\/\\\\\\\\/g' | awk '{printf "%s\\\\n", $0}' `
2 cc_s=`cat cluecon_small.tmpl | sed 's/\\\\/\\\\\\\\/g' | awk '{printf "%s\\\\n", $0}' `
3
4 cat <<EOF > src/include/cc.h
5
6 const char *cc = "$cc";
7 const char *cc_s = "$cc_s";
8
9 EOF
10