view bin/runcpp @ 10585:dd0917e5278b

<int-e> revert
author HackBot
date Tue, 04 Apr 2017 20:59:05 +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