Studentenversion des ESY6/A Praktikums "signal_processing".
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1234567 |
- #!/bin/bash
-
- red=$(tput setaf 1)
- green=$(tput setaf 2)
- default=$(tput sgr0)
-
- sed "s/FAIL/${red}FAIL${default}/" | sed "s/OK/${green}OK${default}/"
|