view bin/print_args_or_input @ 6850:9afab04a77fa

<hppavilion[1]> rm call/cc
author HackBot
date Mon, 15 Feb 2016 01:19:15 +0000
parents 56dcce63901b
children
line wrap: on
line source

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