OpenCores
URL https://opencores.org/ocsvn/minsoc/minsoc/trunk

Subversion Repositories minsoc

[/] [minsoc/] [trunk/] [utils/] [contributions/] [setup/] [beautify.sh] - Diff between revs 43 and 45

Show entire file | Details | Blame | View Log

Rev 43 Rev 45
Line 5... Line 5...
function cecho
function cecho
{
{
         echo -e "\033[1m\033[33m$1\033[0m"
         echo -e "\033[1m\033[33m$1\033[0m"
}
}
 
 
 
function cnecho
 
{
 
         echo -e -n "\033[0m\033[33m$1\033[0m"
 
}
 
 
function errormsg
function errormsg
{
{
        echo -e "\033[1m\033[31mError: $1\033[0m\n";
        echo -e "\033[1m\033[31mError: $1\033[0m\n";
        exit 1;
        exit 1;
}
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.