dotfiles/windows/dot.ps1
theflyingfool 3f52ce6857 Upload files to "windows"
Not sure if this will stay needed, was used heavily during testing.
2024-06-09 18:26:59 -05:00

7 lines
163 B
PowerShell

param (
[Parameter(ValueFromRemainingArguments = $true)]
[string[]]$args
)
& git --git-dir=$env:USERPROFILE\.dot --work-tree=$env:USERPROFILE @args