]> code.delx.au - refind/blob - images/txt.pl
Changes to ext4fs driver to support 64-bit pointers.
[refind] / images / txt.pl
1 #!/usr/bin/perl
2
3 foreach $i (32..126) {
4 print chr($i);
5 }
6 print "?\n";
7 exit 0;