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