5 lines
		
	
	
	
		
			94 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			94 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
echo $(pamixer --get-volume-human) >> /tmp/vol
 | 
						|
echo $(pamixer --get-volume-human)
 | 
						|
 |