view bin/runcpp @ 11203:03db418bc9ab

<shachaf> swrjan s/diss/miss/
author HackBot
date Thu, 28 Sep 2017 01:39: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