view bin/cc @ 5355:98b177574362

<mroman> learn APL is the programming language everyone secretely wants to use but can\'t admit it in public IRC channels.
author HackBot
date Tue, 05 May 2015 14:41:50 +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