mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 01:10:12 -08:00
4 lines
69 B
Bash
Executable File
4 lines
69 B
Bash
Executable File
#!/bin/sh
|
|
|
|
find /home/acedanger/backup/docker-data -mtime +1 -delete
|