view bin/print_args_or_input @ 11214:1b95325ed14b

<b_jonas> fetch share/mtg/MagicCompRules-20170925.txt http://media.wizards.com/2017/downloads/MagicCompRules%2020170925.txt
author HackBot
date Wed, 04 Oct 2017 11:39:51 +0000
parents 56dcce63901b
children
line wrap: on
line source

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