Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions cleanup.sh
Original file line number Diff line number Diff line change
@@ -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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like you committed more than you wanted ;-)