view bin/print_args_or_input @ 7432:67660654e700

<b_jonas> `` echo -n "Hopefully not in that order, so they get their personal problems taken care of before the final battle. And it\'s a comedy. " >> wisdom/o
author HackBot
date Sun, 17 Apr 2016 21:29:03 +0000
parents 56dcce63901b
children
line wrap: on
line source

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