rm bash draft

This commit is contained in:
Maciej Krok 2016-09-19 19:57:47 +02:00
parent 29639bc145
commit 0dab45c530

View File

@ -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