view bin/print_args_or_input @ 9989:9036010405ad

<hppavilion[0]> mkx bin/grwfi//grep -ERsi "$@" wisdom/*
author HackBot
date Fri, 16 Dec 2016 19:46:50 +0000
parents 56dcce63901b
children
line wrap: on
line source

#!/bin/bash
if [ "$#" -gt 0 ]; then printf '%s\n' "$*"; else cat; fi