R/cmd.r

Defines functions cmd

cmd = function(x, ...) { system2(paste(x, ...)) }
# cmd = system2  # this is now sufficient ... cmd is deprecated
jae0/aegis documentation built on Aug. 13, 2024, 10:49 a.m.