6 lines
85 B
Bash
Executable File
6 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ -f /usr/bin/Plexamp.AppImage ]; then
|
|
/usr/bin/Plexamp.AppImage
|
|
fi
|