Code Review
/
bottlenecks.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Add conductor UI to the result page of test scheduler
[bottlenecks.git]
/
utils
/
tools
/
dos2unix.sh
1
#!/bin/bash
2
for file in `find ./`
3
do
4
vi +':w ++ff=unix' +':q' ${file}
5
done