10 lines
		
	
	
		
			90 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			90 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
__start() {
 | 
						|
	pipewire &
 | 
						|
	pipewire-pulse &
 | 
						|
	wireplumber &
 | 
						|
}
 | 
						|
 | 
						|
__start & disown
 |