mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-07-03 14:08:39 +02:00
b89589ee0c
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