This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
cusf-standalone-predictor
kopia lustrzana
https://github.com/jonsowman/cusf-standalone-predictor
Obserwuj
1
Polub
0
Forkuj
You've already forked cusf-standalone-predictor
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
2dae4324d4
cusf-standalone-predictor
/
cron
/
clear-pydap-cache-cronjob.sh
5 wiersze
97 B
Bash
Czysty
Zwykły widok
Historia
Unescape
Escape
added pydap-cache and old-predictions cronjobs, untested as yet
2010-07-21 17:36:28 +00:00
#!/bin/bash
cd
/tmp/pydap-cache
ls /tmp/pydap-cache -1
|
grep -v
`
date +
"%Y%m%d"
`
|
xargs rm -f
shut cron up for pydap-cache
2010-07-23 05:59:24 +00:00