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