5 lines
		
	
	
	
		
			117 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			117 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
osascript -e "tell Application \"System Events\" to display alert\
 | 
						|
   \"New volume mounted.\""
 | 
						|
 |