#!/bin/bash

if [ -f /usr/bin/Plexamp.AppImage ]; then
	/usr/bin/Plexamp.AppImage
fi
