view bin/runcpp @ 9300:c77e2812c617

<oerjan> learn A corkscrew is a downwards spiral of doom.
author HackBot
date Mon, 17 Oct 2016 00:02:24 +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