leiningen/bin/lein.cmd
Brian Lalonde 4dcf045650 Port lein.bat to PowerShell
Adds lein.ps1 as a more maintainable, elegant integration for Windows,
with small changes to lein.bat to support it, and lein.cmd as an example
of a minimalist lein.ps1 launcher.
2016-07-16 10:02:49 -07:00

1 line
No EOL
72 B
Batchfile

@( setlocal & set ps1=%~dpn0.ps1 & shift & powershell -File "%ps1%" %* )