Home
last modified time | relevance | path

Searched refs:shell (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/bin/
H A Dgittool.php178 $shell = array_merge(['git', $cmd], $arg);
179 $shell = array_map('escapeshellarg', $shell);
180 $shell = implode(' ', $shell);
188 $this->info("executing $shell in $repo");
190 system($shell, $ret);