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