Remove obsolete code
This commit is contained in:
parent
c4267e14d4
commit
976f543b36
223 changed files with 0 additions and 4889 deletions
scripts/Windows/Software/git
|
@ -1,15 +0,0 @@
|
|||
#!/bin/pwsh
|
||||
. "$PSScriptRoot/../../Scripts/BashScript.ps1";
|
||||
. "$PSScriptRoot/../../../Common/Scripts/Context.ps1";
|
||||
|
||||
$null = New-Module {
|
||||
function Backup-Git([Context] $context) {}
|
||||
|
||||
function Restore-Git([Context] $context) {
|
||||
Write-Host "Restoring git";
|
||||
|
||||
Start-BashScript @(
|
||||
"bash `"$PSScriptRoot/../../../Common/Config/git/install.sh`"",
|
||||
"rm ~/.bashrc");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue