xref: /plan9/acme/bin/agrep (revision 219b2ee8daee37f4aad58d63f21287faa8e4ffdc)
1#!/bin/rc
2
3exec grep -n $* /dev/null
4