10 lines
		
	
	
	
		
			130 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			130 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| alias mpc-current='mpc -f "%title% - %album% - %artist%" current'
 | |
| 
 | |
| mpc-current
 | |
| 
 | |
| while :
 | |
| do
 | |
|     mpc-current --wait
 | |
| done
 |