How can i execute the following shell command with args from c# in a Xamarin Mac Application running on OS-X?
rsync -avz foo:src/bar/ /data/tmp
How can i execute the following shell command with args from c# in a Xamarin Mac Application running on OS-X?
rsync -avz foo:src/bar/ /data/tmp