mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
4 lines
132 B
Batchfile
Executable File
4 lines
132 B
Batchfile
Executable File
@echo off
|
|
@setlocal EnableExtensions DisableDelayedExpansion || exit /b -1
|
|
for %%I in (%*) do if not exist "%%~I/." mkdir "%%~I"
|