view bin/cc @ 5131:96373b259c9e

<b_jonas> echo $\'#!/usr/bin/perl\\n\'\'sub k{my$t;$t=~y/IVXLC/XLCDM/,$t.=("",I,II,III,IV,V,VI,VII,VIII,IX)[$_]for/./g;$r{$t}=$_;$t}print k((shift=~/(\\w+)/)[0]),$/\' > bin/toroman && chmod a+x bin/toroman
author HackBot
date Fri, 14 Nov 2014 21:30:18 +0000
parents b3ce640ed2ae
children a422636f2124
line wrap: on
line source

#!/bin/sh
echo "$@" > /tmp/a.c && gcc /tmp/a.c -o /tmp/a.out && /tmp/a.out