Files
shit_in_a_vault/.agents/skills/symposium-publish/symposium-publish.cmd
T

7 lines
229 B
Batchfile

@echo off
setlocal
set "PS=%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe"
if not exist "%PS%" set "PS=powershell"
"%PS%" -NoProfile -ExecutionPolicy Bypass -File "%~dp0symposium-publish.ps1" %*
exit /b %errorlevel%