This website works better with JavaScript
首页
发现
帮助
登录
mirrors
/
SingleFile
镜像自地址
https://github.com/gildas-lormeau/SingleFile
关注
1
点赞
0
派生
0
文件
工单管理
0
Wiki
浏览代码
prepend with path to the batch directory
Gildas
7 年之前
父节点
af1ea8fcf4
当前提交
57fd19e2ba
共有
2 个文件被更改
,包括
2 次插入
和
2 次删除
分列视图
显示文件统计
1
1
cli/single-file.bat
1
1
maff2html/single-file.bat
+ 1
- 1
cli/single-file.bat
查看文件
@@ -1,2 +1,2 @@
@echo off
-node single-file %*
+node
%~dp0\
single-file %*
+ 1
- 1
maff2html/single-file.bat
查看文件
@@ -1,2 +1,2 @@
@echo off
-node single-file %*
+node
%~dp0\
single-file %*