diff bin/runcpp @ 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
children 56f2f3b279f6
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