view bin/runcpp @ 10342:fc7bf67c3f5e

<oerjan> ` mv {,bin/}rhino-e
author HackBot
date Sun, 26 Feb 2017 00:48:28 +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