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: Delete unnecessary use of `strip_diskname` and use it elsewhere
[sunny256-utils.git]
/
dbllf
blob
bcb2540f5252050dbb2dfa39f4d73b1b8bd5144a
1
#!/usr/bin/env perl
2
3
#==================================================
4
# dbllf
5
# File ID: 3c283716-5d38-11df-b62c-90e6ba3022ac
6
# Dobler LF så enkelte ting blir mer oversiktlig
7
#==================================================
8
9
use
strict
;
10
use
warnings
;
11
12
$| =
1
;
13
14
while
(<>) {
15
s/\n/\n\n/g
;
16
print
;
17
}
18
19
__END__
20
21
# End of file dbllf