mirror of
https://github.com/bol-van/zapret-win-bundle.git
synced 2026-09-27 01:00:26 +03:00
5 lines
104 B
Bash
5 lines
104 B
Bash
#!/bin/sh
|
|
#cmd=${0##*/}
|
|
#echo "$cmd: warning: $cmd is obsolescent; using grep -F" >&2
|
|
exec grep -F "$@"
|