├── .gitignore ├── LICENSE ├── README.md └── sudo.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhmouse/sudo-win/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhmouse/sudo-win/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhmouse/sudo-win/HEAD/README.md -------------------------------------------------------------------------------- /sudo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhmouse/sudo-win/HEAD/sudo.c --------------------------------------------------------------------------------