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