This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
ruby--ruby
Watch
1
Star
0
Fork
You've already forked ruby--ruby
0
mirror of
https://github.com/ruby/ruby.git
synced
2022-11-09 12:17:21 -05:00
Code
Releases
Activity
8b48053beb
ruby--ruby
/
win32
/
rmall.bat
7 lines
78 B
Batchfile
Raw
Normal View
History
Unescape
Escape
* win32/rmall.bat: property. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-12-26 20:49:36 -05:00
@
echo
off
if
"
%1
"
==
"
"
goto
:
end
if
exist
"
%1
"
rmdir
/s /q
"
%1
"
:
end
Copy permalink