view bin/print_args_or_input @ 11280:3c005411c086

<oerjan> slwd tanebventions: food//s/mushrooms/mushrooms, nutella/
author HackBot
date Tue, 19 Dec 2017 21:00:25 +0000
parents 56dcce63901b
children
line wrap: on
line source

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