6 lines
77 B
Text
6 lines
77 B
Text
|
#!/bin/sh
|
||
|
exec /usr/bin/webcord \
|
||
|
--ozone-platform-hint=auto \
|
||
|
"$@"
|
||
|
|