view bin/print_args_or_input @ 9945:14091a4ef591

<oerjan> le/rn rules of wisdom//Unless essential for the entry\'s humor, all wisdom entries should: be understandable without the separate key, be single spaced, and use proper capitalization and punctuation.
author HackBot
date Mon, 12 Dec 2016 00:59:02 +0000
parents 56dcce63901b
children
line wrap: on
line source

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