Merge branch 'main' of github.com:xfnw/nboard into main

This commit is contained in:
xfnw 2021-07-22 11:11:16 -04:00
commit 06d9fce20a

View file

@ -16,4 +16,5 @@ for i in $(cat remotes.txt); do echo $i | xargs git remote add 2>/dev/null || ec
which will go through all the remotes in remotes.txt and add them to git
:D