ssh <user>@<githost> info | sed -n ‘/^ R W/p’ | sed -r ‘s/^.{5}//’ | while read line ; do git clone ssh://<user>@<host>/$line ; done
2016/06/09
No Comments »
No comments yet.
RSS feed for comments on this post. TrackBack URL
ssh <user>@<githost> info | sed -n ‘/^ R W/p’ | sed -r ‘s/^.{5}//’ | while read line ; do git clone ssh://<user>@<host>/$line ; done
No comments yet.
RSS feed for comments on this post. TrackBack URL
Powered by WordPress