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@2023.07.06 to stable@2023.09.24
[sunny256-utils.git]
/
rmspcforan
blob
3c682a44fc5f5030716b25d2f2902146d69d37c8
1
#!/usr/bin/env perl
2
3
# rmspcforan
4
# File ID: 961a0d2a-5d43-11df-ba1f-90e6ba3022ac
5
6
while
(<>) {
7
s/^[ \t\r]*//g
;
8
print
;
9
}