Skip to content

Commit 9aa9a25

Browse files
committed
add batch files
1 parent 28e7848 commit 9aa9a25

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

scripts/jscompile.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@echo off
2+
vim -E -s -N --cmd "set rtp+=." -c "exe 'so' argv()[0]" -c q -- js/jscompiler.vim %*

scripts/pycompile.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@echo off
2+
vim -E -s -N --cmd "set rtp+=." -c "exe 'so' argv()[0]" -c q -- py/pycompiler.vim %*
3+

0 commit comments

Comments
 (0)