Logo

GitLab

Sign in

Wojciech Jaworski / ENIAM

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ENIAM
  • parser
  • cleaner.sh
  • add eniam-1.0
    4e6a2cd7
    Wojciech Jaworski authored
    2016-08-07 20:17:10 +0200  
    Browse Code ยป
cleaner.sh 82 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
#!/bin/bash

while true 
do
  find results/web/* -mtime +1 -delete
  sleep 1d
done