1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-02-24 02:18:57 +00:00

11 lines
126 B
Bash
Raw Normal View History

#!/bin/sh
s=(`stty size`)
c=${s[1]}
if [ $c -gt 99 ] ; then
cat ../cluecon2.tmpl
else
cat ../cluecon2_small.tmpl
fi