repo.or.cz
/
sunny256-utils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mdisk: Avoid delay when mounting disks with a `/.dontsleep/` directory
[sunny256-utils.git]
/
ascii
blob
6a936edc380db8513ee5ec806d897604c5a8a7e3
1
#!/usr/bin/env perl
2
3
# ascii
4
# File ID: 1c7b6196-5d37-11df-b1f7-90e6ba3022ac
5
# Avansert esse
6
7
for
(
32
.
.255
) {
8
printf
(
"
%03u
0x
%02x
%c
\n
"
,
$_
,
$_
,
$_
);
9
}