view bin/runcpp @ 4668:5ec5a4134387

<int-e> ` ln -s rot0 bin/rot26
author HackBot
date Wed, 11 Jun 2014 18:49:20 +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