view bin/print_args_or_input @ 9430:0f5140c4ba5b

<boily> learn Eyebrows are Taneb\'s most notable feature. Their knots can walk uphill through seven feet of snow.
author HackBot
date Tue, 25 Oct 2016 23:43:49 +0000
parents 56dcce63901b
children
line wrap: on
line source

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