This commit is contained in:
Jerome Petazzoni
2015-06-08 21:44:58 +00:00
parent b6152a113b
commit 93b713be82

5
destroy-amba.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
N=0
while docker rm -f amba$N; do
N=$(($N+1))
done