#!/bin/bash

export QT_QPA_PLATFORM=offscreen

exec "$@"

