view bin/print_args_or_input @ 11488:cbd86e77f7c2 draft

<oerjan> ` mv bin/sledp bin/pled
author HackEso <hackeso@esolangs.org>
date Thu, 12 Apr 2018 04:23:08 +0100
parents 56dcce63901b
children
line wrap: on
line source

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