git: 9front

ref: 566a38b1aa0c7243a1a890a1d7bafdd7a8c8d4d2
dir: /rc/bin/tel/

View raw version
#!/bin/rc
rfork e
for(i){
	if (test -f $home/lib/tel)
		grep -i $i $home/lib/tel
	grep -hi $i /lib/tel /lib/areacodes
}
exit ''