mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 07:18:02 +01:00
3 lines
63 B
Bash
Executable file
3 lines
63 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
/usr/bin/docker system prune -af
|