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
|
$DEBUG = true
|
||||||
$VERBOSE = true
|
$VERBOSE = true
|
||||||
|
|
||||||
|
require 'pp'
|
||||||
require 'sshfs-mapper/config'
|
require 'sshfs-mapper/config'
|
||||||
require 'sshfs-mapper/map'
|
require 'sshfs-mapper/map'
|
||||||
|
|
||||||
|
@ -24,7 +25,8 @@ module SshfsMapper
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
@active_maps.each do |map|
|
@active_maps.each do |map|
|
||||||
map.connect()
|
pp map
|
||||||
|
#map.connect()
|
||||||
end
|
end
|
||||||
puts "--run"
|
puts "--run"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue