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
Upgrade yt-dlp from version `stable@2024.05.27` to `stable@2024.07.09`
[sunny256-utils.git]
/
fromdos
blob
0c9d2a3f64d10b6d6051fddaccb9b76abbbd3974
1
#!/usr/bin/env perl
2
3
# fromdos
4
# File ID: 71ef0d50-5d3a-11df-a4ac-90e6ba3022ac
5
# Konverterer fra DOS til UNIX
6
7
while
(<>) {
8
s/\r//g
;
9
print
;
10
}