git: 9front

ref: fe2d9dd6c3818c8fce1c527f0dcc9784dbea7118
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 ''