view bin/runcpp @ 11242:b5782aaf3f99

<shachaf> slwd mothology//s.myths.&, mouths,.
author HackBot
date Mon, 20 Nov 2017 00:19:01 +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