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