Simple adbd over TCP
Some ports of adbd for Linux have already existed, but they usually require USB.
This is a completely rewritten implementation of the adb protocol, which is fully TCP used and works on any Linux.
Stupidly rudimentary and not fully compliant with the protocol. It just works.
Only adb shell is implemented. Use adb shell id or adb shell for one-shot command execution or an interactive terminal.