view bin/print_args_or_input @ 12344:b01d320abcd4 draft

<wib_jonas> learn The password of the month is Algol Waterloo Athens aftermath quadrant hydraulic tissue exodus stormy decadence egghead resistor flatfoot escapade newborn recipe
author HackEso <hackeso@esolangs.org>
date Thu, 01 Oct 2020 15:21:51 +0000
parents 56dcce63901b
children
line wrap: on
line source

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