view bin/runcpp @ 4165:788f5ea6ef9b

<Phantom_Hoover> delquote 1144
author HackBot
date Tue, 10 Dec 2013 21:42:52 +0000
parents 9bd7a48e95a5
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