diff options
| author | Matthew Hicks <mhicks@mhicks-host.usersys.redhat.com> | 2008-06-23 14:50:35 -0400 |
|---|---|---|
| committer | Matthew Hicks <mhicks@mhicks-host.usersys.redhat.com> | 2008-06-23 14:50:35 -0400 |
| commit | 1fba55dca1f40902c70727173417d720eb2af0b9 (patch) | |
| tree | e651a33dabaf74e9e60be20e8daafbaf1941ea7c /ev/vm/script/console | |
| parent | 460e416a9fae0a881eb45cec156418f607a5b178 (diff) | |
Removing unused content
Diffstat (limited to 'ev/vm/script/console')
| -rwxr-xr-x | ev/vm/script/console | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ev/vm/script/console b/ev/vm/script/console deleted file mode 100755 index 557d82b..0000000 --- a/ev/vm/script/console +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env ruby -# File: script/console -irb = RUBY_PLATFORM =~ /(:?mswin|mingw)/ ? 'irb.bat' : 'irb' - -libs = " -r irb/completion" -# Perhaps use a console_lib to store any extra methods I may want available in the cosole -# libs << " -r #{File.dirname(__FILE__) + '/../lib/console_lib/console_logger.rb'}" -libs << " -r #{File.dirname(__FILE__) + '/../lib/vm.rb'}" -puts "Loading vm gem" -exec "#{irb} #{libs} --simple-prompt"
\ No newline at end of file |
