mirror of
https://github.com/ff4500/utilities.git
synced 2026-07-01 11:47:04 -05:00
edits
This commit is contained in:
@@ -41,11 +41,11 @@ line_i(){
|
||||
}
|
||||
|
||||
line_2(){
|
||||
indent; indent; echo -e "${bg_darkgrey_02} ${reset} \c"; echo -e $1
|
||||
indent; indent; echo -e " \c"; echo -e $1
|
||||
}
|
||||
|
||||
alert_line(){
|
||||
indent; indent; echo -e "${bg_darkgrey_02}${fg_red} ! ${reset} \c"; echo -e "${fg_red}$1${reset}"
|
||||
indent; indent; echo -e "${bg_red}${fg_darkgrey_02} ! ${reset} \c"; echo -e "${fg_red}$1${reset}"
|
||||
}
|
||||
|
||||
titleblock() {
|
||||
|
||||
Reference in New Issue
Block a user