view bin/runcpp @ 8214:42d9e553c5ab

<tswett> learn The doshes are what the gostak distims.
author HackBot
date Mon, 30 May 2016 17:44:30 +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