Current File : //bin/fgrep
#!/bin/sh
cmd=${0##*/}
exec grep -F "$@"