summaryrefslogtreecommitdiff
path: root/win32/rm.bat
diff options
context:
space:
mode:
author(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-29 03:09:38 +0000
committer(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-29 03:09:38 +0000
commit6d6ff90820e7ddcb71e2c17a55d281aa53ee74a3 (patch)
tree148e39afa6765cc53732a4180784e5e23eeb5da1 /win32/rm.bat
parent421a9d09195ae56cc831c7c7821a493d79751a54 (diff)
This commit was manufactured by cvs2svn to create tag
'v1_8_2_preview2'. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v1_8_2_preview2@6719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/rm.bat')
-rwxr-xr-xwin32/rm.bat9
1 files changed, 0 insertions, 9 deletions
diff --git a/win32/rm.bat b/win32/rm.bat
deleted file mode 100755
index c7307617ee..0000000000
--- a/win32/rm.bat
+++ /dev/null
@@ -1,9 +0,0 @@
-@echo off
-::: $Id: rm.bat,v 1.1 2004/03/21 23:21:30 nobu Exp $
-if "%1" == "-f" shift
-:begin
-if "%1" == "" goto :end
-if exist "%1" del "%1"
-shift
-goto :begin
-:end