mirror of
https://github.com/obra/superpowers.git
synced 2026-06-23 20:29:08 +08:00
6cc2d8c920
Windows doesn't respect shebangs, so directly invoking the extensionless superpowers-codex script triggers an "Open with" dialog. Prefix all invocations with `node` (harmless on Unix, required on Windows) and add a .cmd wrapper for manual invocation on Windows. Fixes #285, #243 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 lines
34 B
Batchfile
2 lines
34 B
Batchfile
@node "%~dp0superpowers-codex" %*
|