while read inn; do git remote add $inn;done<known-people/people.txt
exit
}
kp(){
[ "$1" = "" ] && echo "looks like nobody is known yet, lets change that! 'goop kp remote add person https://git.example.com/person/goop-known-people' or something and then 'goop kp pull --all' and you should see some people in ~/.goop/known-people/people.txt that you can 'goop remote add person https://git.example.com/person/goop' or something. there should also be a remotes.txt that has more known-people remotes if your current people.txt does not have everyone you want to find" && exit
@ -89,6 +96,7 @@ cd ~/.goop
[ "$1" = "post" ] && post $@ || [ "$1" = "p" ] && post $@