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