From 47b829772a1827138d1065cd846482af7f236495 Mon Sep 17 00:00:00 2001 From: Jason Pitman Date: Thu, 14 May 2020 15:53:27 -0500 Subject: [PATCH] edits --- backup/archive_repos/_lib/config.sh | 2 +- backup/archive_repos/_lib/functions.sh | 4 ++-- backup/archive_repos/_src/repo_list.txt | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) 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