]> git.ipfire.org Git - thirdparty/freeswitch.git/blob - build/cc.sh
Merge in my-basic upstream base point
[thirdparty/freeswitch.git] / build / cc.sh
1 #!/bin/sh
2 s=(`stty size`)
3 c=${s[1]}
4
5
6 if [ $c -gt 99 ] ; then
7 cat ../cluecon2.tmpl
8 else
9 cat ../cluecon2_small.tmpl
10 fi