9 baris
		
	
	
		
			117 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 baris
		
	
	
		
			117 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| . "${PM_FUNCTIONS}"
 | |
| 
 | |
| case "$1" in
 | |
|         thaw|resume) amixer sset Master 100;;
 | |
|         *) exit 0 ;;
 | |
| esac
 | 
