Changeset 19760ef for app/src/dgp/tre.rb
- Timestamp:
- 05/15/08 21:55:02 (16 years ago)
- Branches:
- master, help
- Children:
- b012e2a
- Parents:
- 6ac84d8
- git-author:
- obrebski <obrebski@…> (05/15/08 21:55:02)
- git-committer:
- obrebski <obrebski@…> (05/15/08 21:55:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
app/src/dgp/tre.rb
radb4c8d r19760ef 1 1 #!/usr/bin/ruby -I /usr/local/lib/utt -I $HOME/.local/lib/utt 2 2 3 $: << "#{ENV['HOME']}/.local/lib/utt" 4 $: << "/usr/local/lib/utt" 5 3 6 require 'getoptlong' 7 require 'seg.rb' 4 8 5 9 opts = GetoptLong.new( … … 60 64 end 61 65 end 62 63 #require File.expand_path(File.dirname(__FILE__) + "../lib/utt/seg.rb")64 require 'seg.rb'65 66 66 67 $dgpsep=';'
Note: See TracChangeset
for help on using the changeset viewer.