diff --git a/rdma.zsh b/rdma.zsh index 486703b..2eab549 100755 --- a/rdma.zsh +++ b/rdma.zsh @@ -1,4 +1,5 @@ #!/bin/zsh +source common.zsh if [ "$#" -lt 2 ]; then echo "Usage: $0 {rxe,siw,info,start,status,stop,off} {remote host,...}" @@ -55,7 +56,7 @@ rdma_stop() { } IFS=$'\n' -tags=($(python /home/anna/bin/colors/vm.py ${@:2})) +tags=($(FORCE_COLOR=1 python $COLORS/vm.py ${@:2})) for vm in "${@:2}"; do index=${@[(ie)$vm]} tag=${tags[index-1]}