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