view bin/pastenquotes @ 2874:f3d155a01289

<shachaf> echo $\'#!/bin/bash\\nyes "$@"\' > bin/z; chmod +x bin/z; wc bin/z
author HackBot
date Mon, 06 May 2013 14:47:30 +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