sshfs-mapper.rb: Pretty print parsed maps.
git-svn-id: https://websvn.glenux.net/svn/Upoc/sshfs-mapper/trunk@1659 eaee96b3-f302-0410-b096-c6cfd47f7835
This commit is contained in:
parent
eafd71ecdf
commit
4266ce3ad2
1 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
$DEBUG = true
|
||||
$VERBOSE = true
|
||||
|
||||
require 'pp'
|
||||
require 'sshfs-mapper/config'
|
||||
require 'sshfs-mapper/map'
|
||||
|
||||
|
@ -24,7 +25,8 @@ module SshfsMapper
|
|||
return
|
||||
end
|
||||
@active_maps.each do |map|
|
||||
map.connect()
|
||||
pp map
|
||||
#map.connect()
|
||||
end
|
||||
puts "--run"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue