7 lines
121 B
Text
7 lines
121 B
Text
|
#!/bin/sh
|
||
|
PATH="$(echo "$PATH" | cut -d ':' -f 2-)"
|
||
|
exec "$(basename "$0")" \
|
||
|
"$@" \
|
||
|
--ozone-platform-hint=auto
|
||
|
|