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