config/.local/bin/plexamp

6 lines
85 B
Bash
Executable File

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