This commit is contained in:
2019-08-23 12:30:36 -05:00
parent 5c7d639ebc
commit 2aba7529ae
4 changed files with 91 additions and 38 deletions

View File

@@ -9,20 +9,19 @@
# User specified directories (no trailing slashes!)
# ------------------------------------------------------------------------------
base_dir="~/Desktop/test"
base_dir="$HOME/Desktop/test"
source_repo_dir="repos"
output_dir="archive"
repo_list="${base_dir}/_src/repo_list.txt"
# Variables for functions - Don't mess with these
# ------------------------------------------------------------------------------
filelines="$(cat $repo_list)"
source="${base_dir}/${source_repo_dir}"
output="${base_dir}/${output_dir}"
# Debugging
# ------------------------------------------------------------------------------
print_colors="yes"
print_colors="no"
# Colors - source the colors.sh file
# ------------------------------------------------------------------------------