def exec(cmd)
system(cmd)
rescue
nil
end
system(cmd) rescue nil
def exec(cmd) = system(cmd) rescue nil