view bin/runcpp @ 7118:d6b3e9255be2

<zgrep> fetch google.com
author HackBot
date Sun, 06 Mar 2016 00:52:23 +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