Kit.Db/projects/pg/kit_auth_token_pg/deploy/restart.bat

8 lines
63 B
Batchfile

@echo off
setlocal
CALL "down.bat" %*
CALL "up.bat"
endlocal