chiark / gitweb /
Found on mariner (already did .bashrc and .emacs)
[ian-dotfiles.git] / scripts / iwjendian
1 #!/usr/bin/perl
2 printf "%x\n", unpack "L", "\1\2\3\4" or die $!;