view bin/runcpp @ 5799:a5ef8d072826

<enor> ` sed -i \'s/\\*s-\\*c/\\*c-\\*s/\' letersort
author HackBot
date Sun, 05 Jul 2015 01:09:56 +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