view bin/runcpp @ 4211:d616398f84e7

<fizzie> sed -i -e \'s/| head //\' bin/quoth # gonna bork it up somehow...
author HackBot
date Fri, 20 Dec 2013 13:57:08 +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