Beta Release

This commit is contained in:
2017-11-09 13:46:58 +01:00
parent b379570033
commit e3e1387117
62 changed files with 32013 additions and 26 deletions
@@ -0,0 +1,3 @@
# Delete Old Directories
10 5 * * * beieli find /home/beieli/tmp/* -type d -ctime +5 -exec rm -rf {} \; 2>/dev/null
10 6 * * * beieli find /home/beieli/web-csv/* -type d -ctime +5 -exec rm -rf {} \; 2>/dev/null