view bin/print_args_or_input @ 8226:4b27e2a991db

<oerjan> learn Jerk is the integral of snap.
author HackBot
date Tue, 31 May 2016 03:19:33 +0000
parents 56dcce63901b
children
line wrap: on
line source

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