view bin/pastequotes @ 4275:e598a5b6ac0e

<tswett> locale -a | paste
author HackBot
date Tue, 07 Jan 2014 04:01:39 +0000
parents 9eed56c86b4e
children
line wrap: on
line source

#!/bin/sh
if [ "$1" ]; then quote "$1"; else allquotes; fi | paste