README.md
<html>
<a href="https://codeclimate.com/github/BinToss/Intern/maintainability">
<img src="https://api.codeclimate.com/v1/badges/3b16d575a2bd4c3bdb93/maintainability" />
</a>
<a href="https://codeclimate.com/github/BinToss/Intern/test_coverage">
<img src="https://api.codeclimate.com/v1/badges/3b16d575a2bd4c3bdb93/test_coverage" />
</a>
<a href="https://codecov.io/gh/BinToss/Intern">
<img src="https://codecov.io/gh/BinToss/Intern/branch/main/graph/badge.svg?token=CB3IJ7PZJ1"/>
</a>
</html>
# The Intern
#### A small library for menial labor. Designed for the .Net Framework.
This library was created to handle simple tasks in an elevated process.
# TODO
- Allow invokation via `%windir%/System32/RunDLL32.exe`.
- Accept input from other processes without using startup arguments.
- Define Exit Codes used to determine if greater authorization is required to complete a task.
# Badge dump
[![codecov](https://codecov.io/gh/BinToss/Intern/branch/main/graph/badge.svg?token=CB3IJ7PZJ1)](https://codecov.io/gh/BinToss/Intern)