Skip to content
Snippets Groups Projects
Commit 1d92c9f1 authored by Axel Hahn's avatar Axel Hahn
Browse files

update colors for headings

parent b85acfb5
Branches usb-repair-stick
No related tags found
1 merge request!143Add script to handle a USB repair stick
......@@ -42,6 +42,10 @@ function fetchrc(){
;;
"head") sColorcode="33" # yellow
;;
"head2") sColorcode="36" # purple
;;
"head3") sColorcode="35" # cyan
;;
"cmd") sColorcode="94" # light blue
;;
"input") sColorcode="92" # green
......@@ -88,7 +92,7 @@ function fetchrc(){
function h2(){
color head
color head2
echo
echo "========== $* =========="
echo
......@@ -96,7 +100,7 @@ function fetchrc(){
}
function h3(){
color head
color head3
echo
echo "---------- $*"
color reset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment