view bin/print_args_or_input @ 9303:6ff2e84d29a8

<oerjan> learn A corkscrew is a downwards spiral of doom. See mapole.
author HackBot
date Mon, 17 Oct 2016 00:04:46 +0000
parents 56dcce63901b
children
line wrap: on
line source

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