This website works better with JavaScript.
首頁
說明
登入
hms
/
rasoberry-noaa
镜像来自
https://github.com/reynico/raspberry-noaa.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
8
Wiki
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…
取消
儲存