summaryrefslogtreecommitdiffstats
path: root/source/a/grep/scripts/fgrep
blob: e8c4df9a159f2ba262354f8a6fa214c8ccd6fdd3 (plain) (blame)
1
2
3
4
#!/bin/sh
#cmd=${0##*/}
#echo "$cmd: warning: $cmd is obsolescent; using grep -F" >&2
exec grep -F "$@"