mirror of
https://github.com/acedanger/shell.git
synced 2026-03-24 19:11:48 -07: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
|