view bin/runcpp @ 5622:3e6ae5a693f9

<shachaf> ` sed -i \'s/overt //\' wisdom/real
author HackBot
date Thu, 18 Jun 2015 05:09:47 +0000
parents 7f957c1f4661
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