view bin/print_args_or_input @ 6718:b87d0fe828dd

<zgrep> ` head -n 7 bin/tomfoolery > bin/tomfoolery
author HackBot
date Wed, 10 Feb 2016 02:58:43 +0000
parents 56dcce63901b
children
line wrap: on
line source

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