#!/bin/sh
# compile_grep
cd /usr/src/grep*

./configure --prefix=/usr --bindir=/bin &&
make &&
rm /bin/egrep /bin/fgrep &&
make install
