diff --git a/eotk b/eotk index ce2dd10..15ece68 100755 --- a/eotk +++ b/eotk @@ -454,7 +454,7 @@ case "$cmd" in Print gathering mappings for OnionBalance for projects: $projects mappings=__om$$.tmp $self maps $projects | - awk '/^::::/ {next;} $2=="softmap"{print;}' >$mappings + awk '/^::::/{next;} $2=="softmap"{print;}' >$mappings # check the mappings for p in $projects ; do @@ -558,6 +558,12 @@ case "$cmd" in ) ;; + ob-maps|obmaps) # project ..., or "-a" + $self maps "$@" | + awk '/^::::/{next;} $2=="softmap"{print $3, $4}' | + sort -u + ;; + ## FREEZE/BACKUP mirror|pull)