3 lines
104 B
Bash
Executable file
3 lines
104 B
Bash
Executable file
#!/bin/sh
|
|
|
|
docker system prune --all --volumes --force | tail -n 1 && df -h | grep -e Filesystem -e vg0
|