mirror of
https://github.com/cmderdev/cmder.git
synced 2025-04-18 15:42:31 +08:00
commit
2051078cc6
@ -62,7 +62,7 @@ function Digest-MD5 ($path) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function Cleanup-Git () {
|
function Cleanup-Git () {
|
||||||
$gitdir = '/vendor/msysgit/libexec/git-core/'
|
$gitdir = '../vendor/msysgit/libexec/git-core/'
|
||||||
Get-Childitem $gitdir -Exclude git.exe | Where-Object{!($_.PSIsContainer)} | Foreach-Object { Remove-Item $_.FullName }
|
Get-Childitem $gitdir -Exclude git.exe | Where-Object{!($_.PSIsContainer)} | Foreach-Object { Remove-Item $_.FullName }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user