view bin/runcpp @ 4155:1e4bcd213420

<oerjan> echo \'A catamorphism is when you recurse too greedily and too deep.\' >wisdom/catamorphism
author HackBot
date Tue, 10 Dec 2013 17:18:55 +0000
parents 9bd7a48e95a5
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