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