UNPKG
cash-mkdir
Version:
latest (0.2.0)
0.2.0
0.1.0
0.0.4
0.0.3
0.0.2
Cross-platform implementation of the Unix 'mkdir' command.
github.com/dthree/cash
dthree/cash
cash-mkdir
/
bin
/
mkdir.js
3 lines
(2 loc)
•
64 B
JavaScript
View Raw
1
2
3
#!/usr/bin/env node
require
(
'./parser'
)(process.
argv
,
'mkdir'
);