Method: Uricp::Strategy::LocalLink#command

Defined in:
lib/uricp/strategy/local_link.rb

#commandObject



17
18
19
# File 'lib/uricp/strategy/local_link.rb', line 17

def command
  "ln -fT #{from.path} #{to.path};"
end