Adds more wal theming
This commit is contained in:
parent
04f6af0726
commit
af5ec3580c
15 changed files with 353 additions and 80 deletions
|
|
@ -4,6 +4,7 @@ declare -A repositories
|
|||
|
||||
repositories['DSA']="ssh://git.php.fail/neintonine/dsa.git"
|
||||
repositories['Notes']="ssh://git.php.fail/neintonine/notes.git"
|
||||
repositories['gameconcepts']="ssh://git.php.fail/neintonine/game-concepts.git"
|
||||
|
||||
for path in "${!repositories[@]}"; do
|
||||
url=${repositories[$path]}
|
||||
|
|
@ -14,7 +15,6 @@ for path in "${!repositories[@]}"; do
|
|||
continue
|
||||
fi
|
||||
|
||||
|
||||
echo "-- Cloning to $realPath";
|
||||
git clone "$url" "$realPath"
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue