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