changeset 4142:6718c9d2595e

<FireFly> echo -e \'#!/bin/bash\\ncat >/tmp/in.cpp <<<"$@"; g++ -o /tmp/a.out /tmp/in.cpp; /tmp/a.out\' >bin/runcpp
author HackBot
date Fri, 06 Dec 2013 15:42:55 +0000
parents eff97e234e66
children cd1e48a4fd9b
files bin/runcpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/runcpp	Fri Dec 06 15:42:55 2013 +0000
@@ -0,0 +1,2 @@
+#!/bin/bash
+cat >/tmp/in.cpp <<<"$@"; g++ -o /tmp/a.out /tmp/in.cpp; /tmp/a.out