view bin/runcpp @ 12427:2fea381385b9 draft

<fizzie> sled /hackenv/bin/lynx//s|?|\\\\?|
author HackEso <hackeso@esolangs.org>
date Fri, 22 Oct 2021 22:15:45 +0100
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