add new seperateor and add wget

This commit is contained in:
2022-11-26 12:09:30 +01:00
parent 5908be219a
commit 5b30848e82
4 changed files with 21 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@ export PS1="\[\e[31m\][\[\e[m\]\[\e[38;5;172m\]\u\[\e[m\]@\[\e[38;5;153m\]\h\[\e
# Borg Repo finder
##############################################################################################################################
source "/variables.sh"
COLUMNS=$(/usr/bin/tput cols)
function find_borg_repo {
repo_list=( $(find "$1" -name "index.*" -type f | rev | cut -d '/' -f "2-" | rev) )