This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
hms
/
rasoberry-noaa
огледало од
https://github.com/reynico/raspberry-noaa.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
8
Вики
Activity
Преглед изворни кода
Prune old audio and map files
tags/v1.0
Nico Rey
пре 6 година
родитељ
0bfc119c17
комит
3b6ee41047
1 измењених фајлова
са
9 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
prune.sh
+ 9
- 0
prune.sh
Прегледај датотеку
@@ -0,0 +1,9 @@
#!/bin/sh
## debug
# set -x
. ~/.noaa.conf
find ${NOAA_HOME}/map/ -type f -name '*.png' -mtime +2 -exec rm -f {} \;
find ${NOAA_OUTPUT}/audio/ -type f -name '*.wav' -mtime +2 -exec rm -f {} \;
Write
Preview
Loading…
Откажи
Сачувај