view bin/runcpp @ 9999:5f5c1c2dc06c

<hppavilion[1]> slwd currying//s/$/./
author HackBot
date Tue, 20 Dec 2016 04:24:49 +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