Rename powershell command
This commit is contained in:
parent
8e4f0ccd9a
commit
9758a6428f
16 changed files with 35 additions and 35 deletions
scripts/Windows/Software/git
|
@ -1,9 +1,9 @@
|
|||
. "$PSScriptRoot/../../Scripts/Context.ps1";
|
||||
|
||||
$null = New-Module {
|
||||
function Invoke-BackupGit([Context] $context) {}
|
||||
function Backup-Git([Context] $context) {}
|
||||
|
||||
function Invoke-RestoreGit([Context] $context) {
|
||||
function Restore-Git([Context] $context) {
|
||||
$script = New-TemporaryFile;
|
||||
$script = Rename-Item $script "$($script.Name).sh" -PassThru;
|
||||
Set-Content $script "bash `"$PSScriptRoot/../../../Common/Config/git/install.sh`"";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue