5 lines
106 B
Bash
Executable file
5 lines
106 B
Bash
Executable file
#!/bin/zsh
|
|
#flatpak: flathub:com.spotify.Client
|
|
export $(dbus-launch)
|
|
exec flatpak run com.spotify.Client
|