├── .gitattributes ├── .github ├── AFTER.PNG ├── BEFORE.PNG └── FUNDING.yml ├── LICENSE ├── README.md ├── gitattributes └── wor.ps1 /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gordonbay/Windows-On-Reins/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/AFTER.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gordonbay/Windows-On-Reins/HEAD/.github/AFTER.PNG -------------------------------------------------------------------------------- /.github/BEFORE.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gordonbay/Windows-On-Reins/HEAD/.github/BEFORE.PNG -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | patreon: WindowsOnReins 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gordonbay/Windows-On-Reins/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gordonbay/Windows-On-Reins/HEAD/README.md -------------------------------------------------------------------------------- /gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gordonbay/Windows-On-Reins/HEAD/gitattributes -------------------------------------------------------------------------------- /wor.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gordonbay/Windows-On-Reins/HEAD/wor.ps1 --------------------------------------------------------------------------------