view bin/runcpp @ 10360:5d61ee99e04d

<oerjan> rm lele lele
author HackBot
date Tue, 07 Mar 2017 20:56:40 +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