view bin/runcpp @ 11671:d983d37ceded draft

<oerjan> slwd oren//s/He.*soon/He\'s finally got the hang of toycj tuping/
author HackEso <hackeso@esolangs.org>
date Sun, 09 Dec 2018 10:14:42 +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