ref: c30e1e6ba0303b7d50cbfb13686e69db0a512bdf dir: /bin/isatty/
#!/bin/awk -f BEGIN { getline <"/fd/0ctl" if($10 != "/dev/cons") exit "nein" }