view bin/runcpp @ 12127:a8288b8b34ca draft

<fizzie> ` cd /hackenv/bin; rm \'!\'; ln -s interp \'!\' # just merging these two identical files
author HackEso <hackeso@esolangs.org>
date Sun, 17 Nov 2019 00:56:47 +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