repo.or.cz
/
ruby-svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
* io.c (rb_open_file): encoding in mode string was ignored if perm is
[ruby-svn.git]
/
win32
/
rm.bat
blob
eb415d67f9c02f2142d8eb7b5bfdc74beaa4692b
1
@echo off
\r
2
if "%1" == "-f" shift
\r
3
:begin
\r
4
if "%1" == "" goto :end
\r
5
if exist "%1" del "%1"
\r
6
shift
\r
7
goto :begin
\r
8
:end
\r