Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $GitDir = (Get-Item $(scoop which git) -ErrorAction:Stop).Directory.Parent; if ($GitDir.FullName -imatch 'mingw') { $GitDir = $GitDir.Parent }; & $(Join-Path (Join-Path $GitDir.FullName 'bin') 'bash.exe') $('"' + (Join-Path $PSScriptRoot 'neofetch') + '"') @args
Advertisement
Add Comment
Please, Sign In to add comment