view bin/runcpp @ 9997:f1ed053e4469

<int-e> slwd boring//s/.$/, unless it is done to pigs./
author HackBot
date Mon, 19 Dec 2016 22:40:45 +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