#!/bin/sh
cmd=${0##*/}
echo "$cmd: warning: $cmd is obsolescent; using ggrep -F" >&2
exec ggrep -F "$@"
