Skip to content

Commit

Permalink
Update lib/siriproxy-thatwilldothetrick.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaneAG committed Mar 27, 2012
1 parent 57a6e68 commit 7f01809
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion lib/siriproxy-thatwilldothetrick.rb
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,22 @@ def initialize(config)
request_completed #finally ,complete the request

end



##############################################################################
# Six, extend facetime possibilities ?

listen_for /Six iMac remote facetime call/i do
iMacTerminal = Appscript.app.by_url("eppc://SiriAdmin:siritest@192.168.1.8/Terminal")
iMacTerminal.do_script("ruby /Users/stephanegarnier/iMac_ruby_dev/remote_facetime/initiate_facetime_call.rb")

say "Your iMac will call you in few seconds"

request_completed
end



##############################################################################
# Six, What's happening at my friend's ?

Expand Down

0 comments on commit 7f01809

Please sign in to comment.