# File lib/rye/cmd.rb, line 99
99:
def
mkdir
(
*
args
)
run_command
(
'mkdir'
,
args
)
end