view bin/runcpp @ 5259:654628d0e1f5

<olsner> echo cat fu > bin/fu; chmod +x bin/fu
author HackBot
date Wed, 25 Feb 2015 18:49:51 +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