view bin/print_args_or_input @ 8457:a84be470d669

<shachaf> le/rn sober space/Sober spaces are the dual of Stoned spaces. Taneb invented them.
author HackBot
date Sun, 12 Jun 2016 10:59:22 +0000
parents 56dcce63901b
children
line wrap: on
line source

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