view bin/pastenquotes @ 6594:f9c1243b3f2e

<oerjan> ` cp bin/{bienvenue,willkommen}; sed -i \'s/fr/de/\' bin/willkommen
author HackBot
date Thu, 28 Jan 2016 00:14:54 +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