view bin/runcpp @ 9314:980aaeea4e2d

<oerjan> slwd radiohead//s/r/R/;s/$/./
author HackBot
date Mon, 17 Oct 2016 05:03:53 +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