Current File : //usr/bin/zegrep
#!/bin/sh
exec zgrep -E "$@"
Hello World !