Add files via upload

This commit is contained in:
Adam R Grey 2021-07-04 06:33:46 -04:00 committed by GitHub
parent 0f36bf909d
commit 5ac14cbb7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,10 @@
Add-Type -AssemblyName System.Windows.Forms
write-host "hi I'mma save"
while($true){
start-sleep 300;
[System.Windows.Forms.SendKeys]::SendWait("^s")
git add .
git commit -m "auto"
write-host "save keys sent, $(get-date)"
}