├── .github └── workflows │ └── check_status.yml ├── LICENSE ├── README.md └── run.ps1 /.github/workflows/check_status.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mogeko/kms/HEAD/.github/workflows/check_status.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mogeko/kms/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mogeko/kms/HEAD/README.md -------------------------------------------------------------------------------- /run.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mogeko/kms/HEAD/run.ps1 --------------------------------------------------------------------------------