Skip to content

Commit c7ac624

Browse files
committed
create: shortcut — for article file creation and deletion
usage: `./ewtools.bat` or `./ewtools.class.bat`
1 parent 1f9e82f commit c7ac624

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ewtools.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@echo off
2+
node ./bin/ewTools.js %*

ewtools.class.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@echo off
2+
node ./bin/ewTools.class.js %*

0 commit comments

Comments
 (0)