shithub: riscv

ref: 8fdf22d5fb5dca8b0acb1cbfccca1eda33b7d39f
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 ''