fache 0.1.220

发车工具箱
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 发车了

```sh
cd /home/shawn/DevCode/fache && git reset --hard && git pull && docker compose -f "docker-compose.yaml" up -d --build && clear
```
```sh
cargo build --release
```
```sh
git reset --hard
```
```sh
cargo clean
cargo build --release
```
```sh
git clone https://e.coding.net/deepin/shawn/fache.git
```