Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
hms
/
rasoberry-noaa
espelho de
https://github.com/reynico/raspberry-noaa.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
8
Wiki
Trabalho
Ver a proveniência
Prune old audio and map files
tags/v1.0
Nico Rey
há 6 anos
ascendente
0bfc119c17
cometimento
3b6ee41047
1 ficheiros alterados
com
9 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+9
-0
prune.sh
+ 9
- 0
prune.sh
Ver ficheiro
@@ -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 {} \;
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar