#!/usr/bin/sh
cd /usr/share/duckstation/
export LD_LIBRARY_PATH=/usr/libexec/duckstation:$LD_LIBRARY_PATH
/usr/libexec/duckstation/duckstation-qt $@
