view bin/whoops @ 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 afeac7a6f758
children 5b15e42489b9
line wrap: on
line source

echo -n "$(basename "$0")${@:+ }$@: "; tail -n+2 "$0" | xargs; exit
we forgot to implement this command