mirror of
https://github.com/acedanger/shell.git
synced 2026-03-24 22:31:50 -07:00
shell commands from vperanda
This commit is contained in:
3
remove-docker-backups.sh
Executable file
3
remove-docker-backups.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
find /home/acedanger/backup/docker-data -mtime +1 -delete
|
||||
Reference in New Issue
Block a user