view bin/runcpp @ 11002:586162845de3

<boily> forget math
author HackBot
date Wed, 07 Jun 2017 00:45:23 +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