log

age author description
Mon, 03 Sep 2012 20:51:22 +0000 HackBot <itidus21> pastelogs finally*wake
Mon, 03 Sep 2012 20:50:43 +0000 HackBot <itidus21> pastelogs finally*wake
Mon, 03 Sep 2012 20:46:33 +0000 HackBot <itidus21> pastelogs wake up
Mon, 03 Sep 2012 20:13:05 +0000 HackBot <oerjan> addquote <madbr> I like the tactile response of actually hitting real balls :D
Sun, 02 Sep 2012 15:42:05 +0000 HackBot <fizzie> run echo -e '#!/bin/bash\nt=`tempfile`\necho "$@" | gcc -o $t -x c - 2>/dev/null && $t\nrm $t' > bin/runc
Sun, 02 Sep 2012 15:40:15 +0000 HackBot <fizzie> run chmod a+rx bin/runc
Sun, 02 Sep 2012 15:40:05 +0000 HackBot <fizzie> run echo -e '#!/bin/bash\n$t=`tempfile`\necho "$@" | gcc -o $t -x c - 2>/dev/null && $t\nrm $t' > bin/runc