mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
make color more portable
This commit is contained in:
parent
159f577b7f
commit
0c1f6ef2ed
@ -19,10 +19,11 @@ files=`ls *.dylib *.so 2>/dev/null`
|
||||
cd $here
|
||||
|
||||
alert() {
|
||||
|
||||
/bin/echo -ne "\e[00;35m"
|
||||
on='[01;00;35m'
|
||||
off='[0m'
|
||||
echo -n $on
|
||||
echo WARNING: $1
|
||||
/bin/echo -ne '\e[00m'
|
||||
echo -n $off
|
||||
}
|
||||
|
||||
for i in $files ; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user