mirror of
https://github.com/ff4500/utilities.git
synced 2026-07-01 11:47:04 -05:00
archive repo initial push
This commit is contained in:
29
backup/archive_repos/_lib/config.sh
Executable file
29
backup/archive_repos/_lib/config.sh
Executable 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
|
||||
Reference in New Issue
Block a user