view bin/sed @ 9987:259fde34b72a

<Jafet> ` echo \'#!/bin/cat\' >quines/cat && chmod +x quines/cat
author HackBot
date Thu, 15 Dec 2016 02:19:48 +0000
parents 2f89f6385868
children
line wrap: on
line source

#!/bin/bash
/bin/sed "$@" && if [[ $# == "3" && "/$1" == "/-i" ]]; then echo -n "$3//"; cat "$3"; fi