view bin/rot13 @ 677:9cfc3dbaf48e

<fizzie> run echo -e '#!/bin/bash\n$t=`tempfile`\necho "$@" | gcc -o $t -x c - 2>/dev/null && $t\nrm $t' > bin/runc
author HackBot
date Sun, 02 Sep 2012 15:40:05 +0000
parents cf6adff1b42f
children
line wrap: on
line source

echo "$@" | tr a-zA-Z n-za-mN-ZA-M