├── .github └── workflows │ └── release-push.yaml ├── README.md └── ttyinject.c /.github/workflows/release-push.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerschoice/ttyinject/HEAD/.github/workflows/release-push.yaml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerschoice/ttyinject/HEAD/README.md -------------------------------------------------------------------------------- /ttyinject.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerschoice/ttyinject/HEAD/ttyinject.c --------------------------------------------------------------------------------