Commit f83a5365 authored by Vitaly Lipatov's avatar Vitaly Lipatov

add grep_vz

parent 616dcfd8
#!/bin/sh
for i in devel priv host03 fund clients azbyka azbykar ; do
echo -e "Check $i..."
ssh $i vzlist -a | grep $@
done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment