view bin/pastequotes @ 4057:a7145daf0cdf

<mrhmouse> echo "#!/usr/bin/env node" > bin/ello
author HackBot
date Fri, 22 Nov 2013 15:56:34 +0000
parents 9eed56c86b4e
children
line wrap: on
line source

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