GitLab
Sign in
Wojciech Jaworski
/
ENIAM
Back to Dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Blame view
parser/cleaner.sh
82 Bytes
Edit
Raw
Normal View
History
add eniam-1.0
4e6a2cd7
Wojciech Jaworski
authored
8 years ago
1 2 3 4 5 6 7
#!/bin/bash
while
true
do
find results/web/
*
-mtime +1 -delete
sleep 1d
done