view bin/runcpp @ 11251:4f78ebb7e1b8

<oerjan> learn The password of the month is equally offensive to all beliefs (but not time zones)
author HackBot
date Fri, 01 Dec 2017 03:01:21 +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