Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
integration
/
bd1c776bf4dffa24f739534573440c0a54e2776b
/
.
/
deployment
/
heat
/
onap-rke
/
cleanup.sh
blob: 24f263be6a9afec19f25dcc4fdbf5612a02eb09a [
file
] [
log
] [
blame
]
#!/bin/bash
IFS
=
'
'
if
[
-
z $1
];
then
echo
"ONAP component name missing"
echo
"Usage: ./cleanup.sh onap_component_name"
exit
1
fi
(
cd scripts
;
./
cleanup
.
sh $1 onap dev
)