view bin/print_args_or_input @ 9771:3e54f8d1843f

<oerjan> sled bin/quote//s,shuf,shuf --random-source=/dev/urandom,
author HackBot
date Thu, 24 Nov 2016 01:23:39 +0000
parents 56dcce63901b
children
line wrap: on
line source

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