Skip to content

Instantly share code, notes, and snippets.

@knokmki612
Created February 14, 2017 02:21
Show Gist options
  • Save knokmki612/31d7126b9de2a80222f9250e9ce82967 to your computer and use it in GitHub Desktop.
Save knokmki612/31d7126b9de2a80222f9250e9ce82967 to your computer and use it in GitHub Desktop.
Macでクリックすればappear.inにつながるスクリプト
#!/bin/sh
osascript -e 'tell application "Google Chrome" to activate'
osascript -e 'tell application "System Events" to keystroke "w" using {command down}'
sleep 2
open -a "/Applications/Google Chrome.app" https://appear.in/hoge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment