As far as I can tell this is the entire maintenance burden:
$ cat =egrep =fgrep #!/bin/sh exec grep -E "$@" #!/bin/sh exec grep -F "$@"