Skip to content
Snippets Groups Projects
Commit 23e1e284 authored by Alvise de'Faveri's avatar Alvise de'Faveri
Browse files

[SBS] Colored output!

parent d64c40a3
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
python skyward-boardcore/sbs "$@" python skyward-boardcore/sbs "$@" 2>&1 | sed -e "s,.*warning:.*,$(tput setaf 3)&$(tput sgr0)," -e "s,.*error:.*,$(tput setaf 1)&$(tput sgr0)," -e "s,.*note:.*,$(tput setaf 4)&$(tput sgr0),"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment