mirror of
https://github.com/ff4500/utilities.git
synced 2026-07-01 11:47:04 -05:00
updates
This commit is contained in:
@@ -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
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user