5 lines
		
	
	
	
		
			118 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			118 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| osascript -e "tell Application \"System Events\" to display alert\
 | |
|    \"Not going to switch!\""
 | |
| 
 |