archive repo initial push

This commit is contained in:
2019-08-20 20:48:21 -05:00
parent 0ad613fa0c
commit cdca8bfd3d
5 changed files with 140 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
#!/usr/bin/env bash
# User configuration
# ------------------------------------------------------------------------------
#
#
#
# ------------------------------------------------------------------------------
# User specified directories
# ------------------------------------------------------------------------------
# base_dir="/Volumes/xxx/xxx/xxx"
# 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"
# Colors - source the colors.sh file
# ------------------------------------------------------------------------------
source ./_lib/colors.sh