This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
mirrors
/
SingleFile
mirror de
https://github.com/gildas-lormeau/SingleFile
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
prepend with path to the batch directory
Gildas
7 anos atrás
pai
af1ea8fcf4
commit
57fd19e2ba
2 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
1
cli/single-file.bat
1
1
maff2html/single-file.bat
+ 1
- 1
cli/single-file.bat
Ver arquivo
@@ -1,2 +1,2 @@
@echo off
-node single-file %*
+node
%~dp0\
single-file %*
+ 1
- 1
maff2html/single-file.bat
Ver arquivo
@@ -1,2 +1,2 @@
@echo off
-node single-file %*
+node
%~dp0\
single-file %*