summaryrefslogtreecommitdiff
path: root/src/egrep.sh
blob: a0d1694eccb00943322fc561f4f26dbf979a22ad (plain)
1
2
3
4
#!@SHELL@
cmd=${0##*/}
echo "$cmd: warning: $cmd is obsolescent; using @grep@ @option@" >&2
exec @grep@ @option@ "$@"