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