Skip to content

Commit

Permalink
Merge pull request #71 from ynput/enhancement/add_ayon_console_bat
Browse files Browse the repository at this point in the history
Enhancement: Add Ayon console bat
  • Loading branch information
jakubjezek001 authored Nov 22, 2023
2 parents 2801087 + 9b82b8f commit d5f6f04
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tools/ayon_console.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
goto comment
DESCRIPTION
This script is usually used as a replacement for building when tested farm integration like Deadline.

EXAMPLE

cmd> .\ayon_console.bat path/to/python_script.py
:comment

cd "%~dp0\.."
.poetry\bin\poetry.exe run python start.py %*

0 comments on commit d5f6f04

Please sign in to comment.