module Sudo

File: permissive.rb Project: dotfiles-cli Author: exstnce (exstnce@protonmail.ch) Created on Sunday, 8th July 2018 7:11:23 pm

Public Class Methods

copy(from, to) click to toggle source
# File lib/dotfiles/utils/permissive.rb, line 21
def self.copy(from, to)
  system "sudo cp -R #{from} #{to}"
end