projects
/
bluesky.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add four-way latency comparison (NFS and CIFS)
[bluesky.git]
/
libs3-1.4
/
mswin
/
rmrf.bat
1
@echo off
2
3
if exist "%1". (
4
rmdir /S /Q "%1"
5
)
6
7
if exist "%1". (
8
del /Q "%1"
9
)