X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=savezelda.git;a=blobdiff_plain;f=make-title-bin.pl;fp=make-title-bin.pl;h=0000000000000000000000000000000000000000;hp=4b6ec878b1dc4acab486fc777acd60c4d0971b6e;hb=e1ede7aa2cb1840add9ba88901c7495deb2b37e3;hpb=15edfaae0fe106910d059e91f8cb4f691cc50da4 diff --git a/make-title-bin.pl b/make-title-bin.pl deleted file mode 100755 index 4b6ec87..0000000 --- a/make-title-bin.pl +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/perl -sub printline { - my $x = shift; - chomp $x; - $x .= "\0" x 32; - $x = substr $x, 0, 32; - $x =~ s/(.)/\0$1/g; - - print $x; -} - -$name = "Twilight Hack by Team Twiizers"; -$version = `cat .version`; - -printline $name; -printline $version;