#!/bin/bash

LD_PRELOAD="/opt/stremio/lib64/libshaderc_shared.so.1"
exec env LD_PRELOAD="${LD_PRELOAD}" /opt/stremio/stremio --no-sandbox "$@"
