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
std.c: Improve some comments
[sunny256-utils.git]
/
rmspcbak
blob
c8f326bd50117e14f4a5ea2e5723f880e5c97112
1
#!/usr/bin/env perl
2
3
# rmspcbak
4
# File ID: 8cf4d3ec-5d43-11df-b755-90e6ba3022ac
5
6
use
warnings
;
7
8
while
(<>) {
9
s/[ \t]*$//g
;
10
print
;
11
}