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 16, 2012
1 parent a52a9db commit eca9a32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/siriproxy-thatwilldothetrick.rb
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,7 @@ def initialize(config)
#cmd = 'ssh -l stephanegarnier 192.168.1.8 "ruby /Users/stephanegarnier/imagesnap/stephaneAGImgSnapper.rb"'
#system(cmd)

cmd = 'ssh -l stephanegarnier 192.168.1.8 "say hello dude"'
system(cmd)
run = `ssh -l stephanegarnier 192.168.1.8 'say hello dude'`

#debugAnswer = SiriAnswer.new("DEBUG", [SiriAnswerLine.new('this test is kind of a debug one')])

Expand Down

0 comments on commit eca9a32

Please sign in to comment.