view bin/runcpp @ 6079:6e702775e5c3

<ais523> ` sed -i -e \'1s/n//\' bin/asm
author HackBot
date Sat, 17 Oct 2015 00:54:12 +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