view bin/runcpp @ 6520:7f4033c9786b

<ais523> ` ar x wamerican*.deb data.tar.gz
author HackBot
date Tue, 05 Jan 2016 23:46:22 +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