view bin/pastenquotes @ 8495:4e062972be38

<izabera> ` echo \'#!/bin/bash\' > bin/tac
author HackBot
date Thu, 16 Jun 2016 09:39:25 +0000
parents e037173e0012
children
line wrap: on
line source

#!/bin/sh
n=$1
if [ "$((n+0))" != "$n" ]; then n=15; fi
allquotes | shuf -n $n | paste