diff --git a/cleanup.sh b/cleanup.sh index 23e5d15..6d3c00d 100644 --- a/cleanup.sh +++ b/cleanup.sh @@ -1,3 +1,9 @@ +<<<<<<< Updated upstream #! /bin/bash ##usuwanie co tydzień starszych niż tydzień backupów find /bak -mtime +7d -delete +======= +#! /bin/bash +##usuwanie co tydzień starszych niż tydzień backupów +find ./bak -mtime +6 -delete +>>>>>>> Stashed changes