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