blob: 70124d9b0f8278101c6d86d1fb156b68d4c7fa29 [file]
@echo off
setlocal
set JAR_PATH=target\casbin-java-cli.jar
java -jar "%JAR_PATH%" %*
endlocal