view bin/print_args_or_input @ 9982:d69e9a64f347

<oerjan> ` mv bin/q quines/q2
author HackBot
date Thu, 15 Dec 2016 01:47:45 +0000
parents 56dcce63901b
children
line wrap: on
line source

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