in progress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 26 Sep 2012 03:17:51 +0000 (03:17 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 26 Sep 2012 03:17:51 +0000 (03:17 +0000)
forester/ruby/evoruby/exe/dsx2.rb [deleted file]

diff --git a/forester/ruby/evoruby/exe/dsx2.rb b/forester/ruby/evoruby/exe/dsx2.rb
deleted file mode 100755 (executable)
index dc793d1..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/local/bin/ruby -w
-#
-# = exe/dsx
-#
-# Copyright::  Copyright (C) 2006-2007 Christian M. Zmasek
-# License::    GNU Lesser General Public License (LGPL)
-#
-# $Id: dsx.rb,v 1.3 2008/08/28 17:09:06 cmzmasek Exp $
-#
-# last modified: 06/11/2007
-
-require 'lib/evo/apps/domain_sequence_extractor_new'
-
-module Evoruby
-
-    dsx = DomainSequenceExtractor.new()
-
-    dsx.run()
-
-end  # module Evoruby