shithub: riscv

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