#!/bin/bash
#--------------------------------------------
# Lite Sounds - GTK4 System Sound Manager
# Launcher script
# Architecture: amd64
# Author: Jerry Bezencon
# Website: https://www.linuxliteos.com
# Licence: GPLv2
#--------------------------------------------

exec python3 /usr/share/litesounds/litesounds.py "$@"
