rm bash draft
This commit is contained in:
parent
29639bc145
commit
0dab45c530
@ -1,19 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
echo test
|
||||
|
||||
osascript <<EOD
|
||||
tell application "Google Chrome"
|
||||
activate
|
||||
end tell
|
||||
tell application "System Events"
|
||||
key down {command}
|
||||
key down {shift}
|
||||
keystroke "f"
|
||||
key up {shift}
|
||||
key up {command}
|
||||
end tell
|
||||
EOD
|
||||
|
||||
echo test2
|
||||
Loading…
Reference in New Issue
Block a user