leiningen/bin/lein.cmd

5 lines
71 B
Batchfile
Raw Normal View History

2016-06-03 23:22:18 +00:00
@echo off
setlocal
set ps1=%~dpn0.ps1
shift
powershell -File "%ps1%" %*