Skip to content

Latest commit

 

History

History
executable file
·
26 lines (25 loc) · 587 Bytes

README.md

File metadata and controls

executable file
·
26 lines (25 loc) · 587 Bytes

memo

备忘录

目录结构

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