#!/bin/bash if isatty then grep -Hn --color=always "$@" | greppipe.py else grep "@" fi