view bin/pastequotes @ 11456:8043c7d6ee45

<shachaf> mkx bin/q//quote "$@"
author HackBot
date Fri, 16 Mar 2018 00:36:14 +0000
parents 655956824d41
children ee30d51e855a
line wrap: on
line source

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