# HG changeset patch # User HackBot # Date 1386344575 0 # Node ID 6718c9d2595e6feee5046ea617cc22627510f9ff # Parent eff97e234e6681803dcc0bfc2d892049b8da9a7b echo -e \'#!/bin/bash\\ncat >/tmp/in.cpp <<<"$@"; g++ -o /tmp/a.out /tmp/in.cpp; /tmp/a.out\' >bin/runcpp diff -r eff97e234e66 -r 6718c9d2595e bin/runcpp --- /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