debian-galaxy-a20e/rootfs/usr/bin/fgrep

4 lines
41 B
Plaintext
Raw Normal View History

2026-08-27 13:48:54 +00:00
#!/bin/sh
cmd=${0##*/}
exec grep -F "$@"