Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
shokai committed Oct 5, 2010
1 parent 61f61da commit caa7ef6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion serial-socket-gateway.rb → serial-socket-gateway
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-
require 'serialport'
require 'rubygems'
Expand All @@ -6,7 +7,7 @@
$KCODE = 'u'

if ARGV.size < 1
puts 'ruby serial-socket-gateway.rb /dev/tty/tty-usbdevice'
puts 'serial-socket-gateway /dev/tty/tty-usbdevice'
exit 1
end

Expand Down

0 comments on commit caa7ef6

Please sign in to comment.