view bin/runcpp @ 9226:bd9412a7e1d8

<oerjan> ` echo \'test\' > "$(echo \'Rosebud!\')"
author HackBot
date Mon, 10 Oct 2016 23:46:04 +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