view bin/pastequotes @ 7305:f78fbf4ff95e

<b_jonas> learn Pike is an interpreted language that got sort of forgotten among the four big mainstream p-languages (perl, python, ruby, php).
author HackBot
date Tue, 29 Mar 2016 01:27:38 +0000
parents e037173e0012
children 8fadb562842e 655956824d41
line wrap: on
line source

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