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