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