An open API service indexing awesome lists of open source software.

https://github.com/ivanhao/clear-pcdn


https://github.com/ivanhao/clear-pcdn

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# clear-pcdn

#### 用法:

##### 1. 安装

```
wget --no-check-certificate https://raw.githubusercontent.com/ivanhao/clear-pcdn/master/install.sh \
&& chmod +x ./install.sh && ./install.sh
```

根据提示输入:
1. 绝对路径,比如/root/pcdn
2. 检测间隔时间,比如每2小时检测一次,输入2
3. 清理多少天前的文件,比如清理10天前的,输入10

##### 2. 卸载

```
wget --no-check-certificate https://raw.githubusercontent.com/ivanhao/clear-pcdn/master/uninstall.sh \
&& chmod +x ./uninstall.sh && ./uninstall.sh
```