Commit 14611c1e authored by Your Name's avatar Your Name
parents e607c3eb d1222dfc
......@@ -4,6 +4,11 @@ set -e
N=${1:-1}
for i in $(seq 1 $N)
do
rm -rfv ./data/net$i
done
composefile="docker-compose-net.yml"
......
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