view bin/print_args_or_input @ 9976:dbe661460e11

<oerjan> undo 9971
author HackBot
date Thu, 15 Dec 2016 01:26:46 +0000
parents 56dcce63901b
children
line wrap: on
line source

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