Changeset 6147
- Timestamp:
- 01/13/09 08:19:56 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
framework3/trunk/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/fs.rb
r6146 r6147 185 185 end 186 186 187 # Spawn the editor 187 # Spawn the editor (default to vi) 188 188 editor = Rex::Compat.getenv('EDITOR') || 'vi' 189 189
