view bin/print_args_or_input @ 10300:a7b447e7ad93

<oerjan> slwd tanebventions: math//s;locale;algebraic geometry, locale;
author HackBot
date Thu, 16 Feb 2017 18:24:13 +0000
parents 56dcce63901b
children
line wrap: on
line source

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