mirror of
https://github.com/bol-van/zapret-win-bundle.git
synced 2025-12-18 04:44:35 +03:00
5 lines
104 B
Bash
5 lines
104 B
Bash
#!/bin/sh
|
|
#cmd=${0##*/}
|
|
#echo "$cmd: warning: $cmd is obsolescent; using grep -E" >&2
|
|
exec grep -E "$@"
|