X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=savezelda.git;a=blobdiff_plain;f=batman%2Ftitleid.pl;fp=batman%2Ftitleid.pl;h=f735f1d56b4915f1b88547572b383f1d4b065b1d;hp=0000000000000000000000000000000000000000;hb=da886e2a723e5990d209d8fc141dc9bab7bf0424;hpb=4d980dfebbc6faf212cf41a09240104118d8889f diff --git a/batman/titleid.pl b/batman/titleid.pl new file mode 100755 index 0000000..f735f1d --- /dev/null +++ b/batman/titleid.pl @@ -0,0 +1,2 @@ +#!/usr/bin/perl +print "00010000", map { sprintf "%02x", ord uc } split //, $ARGV[0];