view bin/print_args_or_input @ 5755:17e64f5ad1d8

<oren_> learn A tautology is a tautology.
author HackBot
date Thu, 25 Jun 2015 22:21:10 +0000
parents 56dcce63901b
children
line wrap: on
line source

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