mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
4 lines
89 B
Bash
Executable File
4 lines
89 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
find /home/*/.cache/offload-build/ -mtime +15 -name '*.pkg.tar*' -delete
|