slackware-current/source/a/grep/scripts/fgrep
Patrick J Volkerding d7e739bb58 Thu Sep 8 01:33:19 UTC 2022
a/hdparm-9.65-x86_64-1.txz:  Upgraded.
n/samba-4.16.5-x86_64-1.txz:  Upgraded.
xap/mozilla-thunderbird-102.2.2-x86_64-1.txz:  Upgraded.
  This is a bugfix release.
  For more information, see:
    https://www.mozilla.org/en-US/thunderbird/102.2.2/releasenotes/
2022-09-08 07:00:15 +02:00

4 lines
104 B
Bash

#!/bin/sh
#cmd=${0##*/}
#echo "$cmd: warning: $cmd is obsolescent; using grep -F" >&2
exec grep -F "$@"