shithub: bin.rc

ref: 3c724f5a03ba3846bce90e0fbc11e4f4e5b5e09a
dir: /bin/isatty/

View raw version
#!/bin/awk -f
BEGIN {
	getline <"/fd/0ctl"
	if($10 != "/dev/cons")
		exit "nein"
}