tas: easily manipulate the tty and create fake binaries

TAS A tiny framework for easily manipulate the tty and create fake binaries. How it works? The framework has three main functions, tas_execv, tas_forkpty, and tas_tty_loop. tas_execv: It is a function similar to execv, but...