shithub: front

ref: 36a8d961bf90a5b30e7fc9dedb53f07d485ef41f
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 ''