mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
8 lines
173 B
Bash
8 lines
173 B
Bash
#!/usr/bin/env bash
|
|
|
|
maya_path = "/usr/autodesk/maya2016/bin/maya"
|
|
|
|
if [[ -z $PYPE_LOG_NO_COLORS ]]; then
|
|
$maya_path -file "$AVALON_LAST_WORKFILE" $@
|
|
else
|
|
$maya_path $@
|