Add files via upload
This commit is contained in:
parent
0f36bf909d
commit
5ac14cbb7c
10
save every 5 and commit.ps1
Normal file
10
save every 5 and commit.ps1
Normal 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)"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user