shithub: bin.rc

ref: bfbee0e43fd147a6cfa1289e37c06f271adb0af4
dir: /bin/isatty/

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