view bin/print_args_or_input @ 7676:f5e3d8df0790

<moon__> mk jnk/readme//\'This area is for files ment to be catted and single data files\'
author HackBot
date Tue, 03 May 2016 00:53:05 +0000
parents 56dcce63901b
children
line wrap: on
line source

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