Przeglądaj źródła

Prune old audio and map files

tags/v1.0
Nico Rey 6 lat temu
rodzic
commit
3b6ee41047
1 zmienionych plików z 9 dodań i 0 usunięć
  1. +9
    -0
      prune.sh

+ 9
- 0
prune.sh Wyświetl plik

@@ -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 {} \;

Ładowanie…
Anuluj
Zapisz