view bin/runcpp @ 7317:1488eb92a15b

<Elronnd> ` echo \'TypERR, expected "str", got "char *[]"\' > hw/pascal
author HackBot
date Wed, 30 Mar 2016 00:12:45 +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