OSDN Git Service

[add] : 更新用スクリプトにLinux用GUIを追加
[alterlinux/hayao.fascode.net.git] / blog / new-post.vbs
index acdaae2..6d9fd1c 100644 (file)
@@ -4,4 +4,4 @@ Dim objShell
 Set objShell = CreateObject("WScript.Shell")\r
 Dim FlSysObj\r
 Set FlSysObj = createObject("Scripting.FileSystemObject")\r
-objShell.Run "cmd /c " & "bash .\new-post.sh " & Input ,0,false\r
+objShell.Run "cmd /c " & "bash .\new-post-cli.sh " & Input ,0,false\r