mirror of
https://github.com/ff4500/utilities.git
synced 2026-07-01 11:47:04 -05:00
edits
This commit is contained in:
@@ -16,7 +16,7 @@ repo_list="${base_dir}/_src/repo_list.txt"
|
||||
|
||||
# Other config things
|
||||
# ------------------------------------------------------------------------------
|
||||
title="Repo archiving utility v0.01"
|
||||
title="Repo archiving utility v0.02"
|
||||
|
||||
|
||||
# Variables for functions - Don't mess with these
|
||||
|
||||
@@ -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