mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 15:28:02 +01:00
4 lines
63 B
Text
4 lines
63 B
Text
|
#!/bin/bash
|
||
|
set -euo pipefail
|
||
|
/usr/bin/docker system prune -af
|