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