This website requires JavaScript.
Explore
Help
Sign In
narenas
/
opengnsys_ipxe
mirror of
https://github.com/ipxe/ipxe.git
Watch
1
Star
0
Fork
You've already forked opengnsys_ipxe
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
de5d935135
opengnsys_ipxe
/
src
/
util
/
zfilelen.pl
9 lines
75 B
Perl
Raw
Blame
History
#!/usr/bin/perl -w
use
bytes
;
local
$/
;
$
_
=
<
>
;
print
length
(
$
_
)
;
exit
;
Reference in New Issue
View Git Blame
Copy Permalink