shithub: riscv

ref: 4a30e556f7b66bcd2e68ab04bd3c9c42e1e4dfac
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 ''