Files
Troposphere/include/dual_rootfs/usr/bin/egrep
T

4 lines
41 B
Bash
Raw Normal View History

2026-07-29 03:36:26 +03:00
#!/bin/sh
cmd=${0##*/}
exec grep -E "$@"