Upload files to "windows"

Not sure if this will stay needed, was used heavily during testing.
This commit is contained in:
theflyingfool 2024-06-09 18:26:59 -05:00
parent c1b4b3933b
commit 3f52ce6857

6
windows/dot.ps1 Normal file
View File

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