view bin/print_args_or_input @ 7723:551c10d9fa9e

<fizzie> mkx bin/f//${1%% *} "$(< ${1#* })"
author HackBot
date Wed, 04 May 2016 00:42:30 +0000
parents 56dcce63901b
children
line wrap: on
line source

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