On 11/03/13 17:00, Radovan Misovic wrote: > Oh wow, these are beautiful. Thanks for sharing Rob.
Yes I love them, they're Pall's. I reviewed their predecessors here: http://www.furtherfield.org/reviews/microcodes > On a technical note, they're all shell scripts and as such they have a > comment on the first > line listing the interpreter needed to run them. All of these are using > /usr/bin/perl. They're Perl scripts, so the shebang is correct: http://en.wikipedia.org/wiki/Shebang_(Unix) For bonus points they could use /usr/bin/env, e.g.: /usr/bin/env perl For some reason, this has reminded me of multi-language quines: http://www.nyx.net/~gthompso/self_mult.htm :-) - UNIX nerd Rob. _______________________________________________ NetBehaviour mailing list [email protected] http://www.netbehaviour.org/mailman/listinfo/netbehaviour
