Instead of shell RunCommand function use a CopyFile function ```go func CopyFile(sourcePath, destinationPath string) error {} ```