备忘录
目录结构
memo
├── README.md
├── docker # docker相关
│ ├── docker_save.sh
│ └── update-kubeadm-cert.sh
├── python # python相关
│ ├── scope
│ │ ├── main.py
│ │ └── main2.py
│ └── string
│ └── main.py
└── shell # shell相关
├── sed
│ ├── append.sh
│ ├── replace.sh
│ ├── replace_append.sh
│ └── test.txt
└── string
├── regex.sh
└── string.sh