gitextract_4jtgepcj/ ├── .editorconfig ├── .gitattributes ├── .github/ │ ├── FUNDING.yml │ ├── ISSUE_TEMPLATE/ │ │ ├── bug_report.yml │ │ ├── config.yml │ │ ├── feat_report.yml │ │ └── q&a.yml │ └── workflows/ │ └── stale-issues.yml ├── .gitignore ├── .shellcheckrc ├── LICENSE ├── README.md ├── install.sh ├── resources/ │ ├── Country.mmdb │ ├── mixin.yaml │ ├── profiles/ │ │ └── .gitkeep │ └── profiles.yaml ├── scripts/ │ ├── cmd/ │ │ ├── clashctl.fish │ │ ├── clashctl.sh │ │ └── common.sh │ ├── init/ │ │ ├── OpenRC.sh │ │ ├── SysVinit.sh │ │ ├── runit.sh │ │ └── systemd.sh │ └── preflight.sh └── uninstall.sh