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(){ ...@@ -42,6 +42,10 @@ function fetchrc(){
;; ;;
"head") sColorcode="33" # yellow "head") sColorcode="33" # yellow
;; ;;
"head2") sColorcode="36" # purple
;;
"head3") sColorcode="35" # cyan
;;
"cmd") sColorcode="94" # light blue "cmd") sColorcode="94" # light blue
;; ;;
"input") sColorcode="92" # green "input") sColorcode="92" # green
...@@ -88,7 +92,7 @@ function fetchrc(){ ...@@ -88,7 +92,7 @@ function fetchrc(){
function h2(){ function h2(){
color head color head2
echo echo
echo "========== $* ==========" echo "========== $* =========="
echo echo
...@@ -96,7 +100,7 @@ function fetchrc(){ ...@@ -96,7 +100,7 @@ function fetchrc(){
} }
function h3(){ function h3(){
color head color head3
echo echo
echo "---------- $*" echo "---------- $*"
color reset 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