This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
mirrors
/
SingleFile
同期ミラー
https://github.com/gildas-lormeau/SingleFile
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
Fix issue with whitespaces
Gildas
5 年 前
親
bc43a5ceba
コミット
a5a790f7c5
1 ファイル変更
、
1 行追加
、
1 行削除
分割表示
差分情報を表示
1
1
cli/single-file.bat
+ 1
- 1
cli/single-file.bat
ファイルの表示
@@ -1,2 +1,2 @@
@echo off
-node %~dp0\single-file %*
+node
"
%~dp0\single-file
"
%*