view bin/pastequotes @ 6198:88080ce5575b

<b_jonas> ` echo $\'#!/bin/sh\\nexec sqlite3 :memory: "$@"\' > bin/sqli && chmod a+x bin/sqli
author HackBot
date Sun, 08 Nov 2015 12:33:11 +0000
parents e037173e0012
children 8fadb562842e 655956824d41
line wrap: on
line source

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