Module: Sudo
Overview
File: permissive.rb Project: dotfiles-cli Author: exstnce ([email protected]) Created on Sunday, 8th July 2018 7:11:23 pm
Class Method Summary collapse
Class Method Details
.copy(from, to) ⇒ Object
21 22 23 |
# File 'lib/dotfiles/utils/permissive.rb', line 21 def self.copy(from, to) system "sudo cp -R #{from} #{to}" end |