view bin/runcpp @ 6015:cf85325af7e8

<FreeFull> rm root
author HackBot
date Wed, 16 Sep 2015 12:43:42 +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