view bin/print_args_or_input @ 11347:e47228e9476b

<int-e> slwd procrastination//sblastbfinalb
author HackBot
date Tue, 20 Feb 2018 14:44:35 +0000
parents 56dcce63901b
children
line wrap: on
line source

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