Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
0fdf7c97679b5d5f6ac04c88e1230a6862f22638
/
.
/
utils
/
warden
/
bin
/
destroy-cell
blob: c39d5fe5d3535b18ae134ec86219c818c626d845 [
file
] [
log
] [
blame
]
#!/bin/bash
# Destroys an LXC cell with the specified name.
name
=
$1
cd $
(
dirname $0
)
./
destroy
-
node $name
-
mn
for
n
in
{
1.
.
3
};
do
./
destroy
-
node $name
-
$n
done