mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-07-28 14:47:21 -07:00
Use `<>$ptyPath >&0 2>&0` to connect all three fds (stdin/stdout/stderr) to the PTY slave, so scripts can query terminal dimensions via stty size. Made-with: Cursor