view bin/runcpp @ 11846:b915ab56eefc draft

<wob_jonas> `` set -e; c=bin/quine; >$c echo $\'#!/bin/sh\\necho $IRC_MESSAGE # Best cheating quine ever?\'; chmod -v a+x "$c"
author HackEso <hackeso@esolangs.org>
date Tue, 16 Jul 2019 12:49:03 +0000
parents 7f957c1f4661
children
line wrap: on
line source

#!/bin/bash
sed s:\\n:\n:g >/tmp/in.cpp <<<"$@"; g++ -o /tmp/a.out /tmp/in.cpp; /tmp/a.out