Path : /bin/
File Upload :
Current File : //bin/egrep

#!/bin/sh
cmd=${0##*/}
exec grep -E "$@"