5 lines
58 B
Plaintext
5 lines
58 B
Plaintext
|
#!/bin/bash
|
||
|
rm -rf ../build/mnt
|
||
|
docker volume rm tempdoc
|
||
|
|