view bin/runcpp @ 11407:34439f1d1cbe

<wob_jonas> `` forget stala{gm,ct}ite
author HackBot
date Wed, 28 Feb 2018 02:48:08 +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