summaryrefslogtreecommitdiff
path: root/win32/rm.bat
diff options
context:
space:
mode:
author(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-22 08:06:12 +0000
committer(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-22 08:06:12 +0000
commite04a14aae88a2ceae577155d5b6786702603c0a2 (patch)
treeb2f434109f8921a1056c9e581e81a32e3d2dde03 /win32/rm.bat
parenta63326b345ac15604e267a2fafa9b53aa9a4c7ab (diff)
This commit was manufactured by cvs2svn to create tag
'v1_8_2_preview4'. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v1_8_2_preview4@7634 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