view bin/runcpp @ 9305:60605fb4620f

<oerjan> slwd ybden//s/them/ybden/
author HackBot
date Mon, 17 Oct 2016 00:12:59 +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