view bin/runcpp @ 10926:a684a663a67f

<oerjan> sled bin/2//s,\'\' ,,
author HackBot
date Sat, 20 May 2017 05:48:18 +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