pub fn script_clone(path: &Path, uri: &str) -> Vec<String>
script_clone (try.rb:1419-1421). Upstream hardcodes single quotes around the URI (git clone '#{uri}') instead of q() — preserved.
script_clone
try.rb:1419-1421
git clone '#{uri}'
q()