view bin/print_args_or_input @ 9515:9323eb89de86

<oerjan> sled bin/sedlast//s/; echo.*//
author HackBot
date Sat, 29 Oct 2016 19:36:49 +0000
parents 56dcce63901b
children
line wrap: on
line source

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