diff --git a/backup/archive_repos/_lib/config.sh b/backup/archive_repos/_lib/config.sh index 9cd6a5e..e93ec27 100755 --- a/backup/archive_repos/_lib/config.sh +++ b/backup/archive_repos/_lib/config.sh @@ -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 diff --git a/backup/archive_repos/_lib/functions.sh b/backup/archive_repos/_lib/functions.sh index ffa7126..5c05a13 100755 --- a/backup/archive_repos/_lib/functions.sh +++ b/backup/archive_repos/_lib/functions.sh @@ -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() { diff --git a/backup/archive_repos/_src/repo_list.txt b/backup/archive_repos/_src/repo_list.txt index e69de29..9e4385b 100644 --- a/backup/archive_repos/_src/repo_list.txt +++ b/backup/archive_repos/_src/repo_list.txt @@ -0,0 +1,3 @@ +https://github.com/ff4500/startpage-gatsby.git +https://github.com/ff4500/sh-start.git +https://github.com/ff4500/jasonpitman.git