savezelda/titleid.pl
Segher Boessenkool 15edfaae0f Initial commit
Enjoy!
2009-05-26 10:12:55 +02:00

3 lines
85 B
Perl
Executable File

#!/usr/bin/perl
print "00010000", map { sprintf "%02x", ord uc } split //, $ARGV[0];